diff options
Diffstat (limited to 'Library/Formula/sshuttle.rb')
| -rw-r--r-- | Library/Formula/sshuttle.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index 1b9a59f4b..6c5590c9b 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -9,9 +9,6 @@ class Sshuttle < Formula def install libexec.install Dir['*'] - (bin+'sshuttle').write <<-EOS.undent - #!/bin/bash - exec #{libexec}/sshuttle "$@" - EOS + bin.write_exec_script libexec/'sshuttle' end end |
