diff options
| author | Mike McQuaid | 2011-02-02 22:28:27 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2011-02-02 22:28:27 +0000 |
| commit | 3b56f90fd9ab29329989658f74400fc10b1fa537 (patch) | |
| tree | 6c547dc13e389869f91bf90ad60cf6080f8d2d4a | |
| parent | 515d32cfe643a34f57d9a70f816309aefe55c860 (diff) | |
| download | homebrew-3b56f90fd9ab29329989658f74400fc10b1fa537.tar.bz2 | |
Fix plowshare file renaming.
Closes #4014.
| -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 |
