diff options
Diffstat (limited to 'Library/Formula/scalate.rb')
| -rw-r--r-- | Library/Formula/scalate.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/scalate.rb b/Library/Formula/scalate.rb index 3053526dd..58639df6c 100644 --- a/Library/Formula/scalate.rb +++ b/Library/Formula/scalate.rb @@ -8,7 +8,7 @@ class Scalate <Formula    def startup_script      <<-EOS.undent -    #!/usr/bin/env bash +    #!/bin/bash      # This startup script for Scalate calls the real startup script installed      # to Homebrew's cellar. This avoids issues with local vs. absolute symlinks. | 
