diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 03:31:16 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 03:31:16 +0100 |
commit | 9d6de14fcfa85c380c6b342ea54baf6cb24f1dc6 (patch) | |
tree | af1245898387778e01dc0bb378892341f3927098 /tools/distrib | |
parent | 7dcafda1c48e47e6a6be66bb3069325e7ebe2757 (diff) |
Typos.
Diffstat (limited to 'tools/distrib')
-rw-r--r-- | tools/distrib/build_ruby_environment_macos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/build_ruby_environment_macos.sh b/tools/distrib/build_ruby_environment_macos.sh index b6dec68c7f..317c2721c2 100644 --- a/tools/distrib/build_ruby_environment_macos.sh +++ b/tools/distrib/build_ruby_environment_macos.sh @@ -56,4 +56,4 @@ for v in 2.3.0 2.2.2 2.1.5 2.0.0-p645 ; do done sed 's/x86_64-darwin-11/universal-darwin/' ~/.rake-compiler/config.yml > $CROSS_RUBY -mv $CROSS_RUBY > ~/.rake-compiler/config.yml +mv $CROSS_RUBY ~/.rake-compiler/config.yml |