diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | urpmf | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-04-07 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * urpmf: unalias ls before using it (or we get wrong thing). + 2000-04-04 Pixel <pixel@mandrakesoft.com> * urpmi: add option --force to ignore errors @@ -1,5 +1,7 @@ #!/bin/sh +unalias ls + if [ "$#" -gt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then echo "usage: rpmf [<file>]" exit 1 |