diff options
| author | Hannu Hartikainen | 2010-12-20 18:41:10 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-20 09:49:41 -0800 |
| commit | 0c0dcb62350738e69e5c4205ae31cf4b67910374 (patch) | |
| tree | b34d4dba419101171dac5c39107dc20309711ca2 /Library/Formula/coreutils.rb | |
| parent | f281e000904e61c77b97c6c11524a17348ed5dfc (diff) | |
| download | homebrew-0c0dcb62350738e69e5c4205ae31cf4b67910374.tar.bz2 | |
coreutils - change [ to \[ so it works with zsh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 585c6903a..ec2fa742d 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -20,7 +20,7 @@ def coreutils_aliases s += "alias #{g}=\"$brew_prefix/bin/g#{g}\"\n" end - s += "alias '['=\"$brew_prefix/bin/g[\"\n" + s += "alias '['=\"$brew_prefix/bin/g\\[\"\n" return s end |
