diff --git a/install_homebrew.rb b/install_homebrew.rb index 572b315c4f..fa95e381e9 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