diff options
| author | Michel Martens | 2011-04-28 11:50:38 -0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-28 09:01:26 -0700 | 
| commit | 4acc10020a3e917d72be8aa70c1cc626e2dd09ce (patch) | |
| tree | eecc195288be446f711d1710d0e0d8627dc4b5b9 /Library/Formula/coreutils.rb | |
| parent | 1269054165ac6b2d82f26145afa8bf7efe09f85a (diff) | |
| download | homebrew-4acc10020a3e917d72be8aa70c1cc626e2dd09ce.tar.bz2 | |
Fix typo in coreutils formula.
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 532d685b5..6308fc33d 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -10,7 +10,7 @@ def coreutils_aliases    %w{      base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit      cut date dd df dir dircolors dirname du echo env expand expr factor false -    fmt fold gropus head hostid id install join kill link ln logname ls md5sum +    fmt fold groups head hostid id install join kill link ln logname ls md5sum      mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk pinky pr      printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum sha225sum      sha256sum sha384sum sha512sum shred shuf sleep sort split stat stty sum | 
