diff options
| -rw-r--r-- | Library/Formula/plowshare.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index 162bca2a7..0ace3fe31 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -31,8 +31,8 @@ end #unaffected - getopt will still find the version supplied #by OSX in other shells, for example. __END__ ---- a/src/lib.sh -+++ b/src/lib.sh +--- a/src/core.sh ++++ b/src/core.sh @@ -1,4 +1,8 @@ #!/bin/bash +shopt -s expand_aliases |
