aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install_homebrew.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_homebrew.rb b/install_homebrew.rb
index 572b315c4..fa95e381e 100644
--- a/install_homebrew.rb
+++ b/install_homebrew.rb
@@ -71,10 +71,10 @@ def sudo *args
end
def getc # NOTE only tested on OS X
- system "stty raw -echo"
+ system "/bin/stty raw -echo"
STDIN.getc
ensure
- system "stty -raw echo"
+ system "/bin/stty -raw echo"
end
####################################################################### script