From 8b513ed09aeabf8743c075c0ec1812f9b65f6357 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Sun, 23 Apr 2000 01:50:34 +0000 Subject: *** empty log message *** --- ChangeLog | 4 ++++ urpmf | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98e2f6a7..f07af65c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-04-07 Chmouel Boudjnah + + * urpmf: unalias ls before using it (or we get wrong thing). + 2000-04-04 Pixel * urpmi: add option --force to ignore errors diff --git a/urpmf b/urpmf index 235c4903..38f9a220 100755 --- a/urpmf +++ b/urpmf @@ -1,5 +1,7 @@ #!/bin/sh +unalias ls + if [ "$#" -gt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then echo "usage: rpmf []" exit 1 -- cgit v1.2.1