summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-04-23 01:50:34 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-04-23 01:50:34 +0000
commit8b513ed09aeabf8743c075c0ec1812f9b65f6357 (patch)
treebd88ff225deb6f4f9fb71a686dcfd89b419baa84 /urpmf
parentb03aedf7610e219482c687840711ba551296cb9b (diff)
downloadurpmi-8b513ed09aeabf8743c075c0ec1812f9b65f6357.tar
urpmi-8b513ed09aeabf8743c075c0ec1812f9b65f6357.tar.gz
urpmi-8b513ed09aeabf8743c075c0ec1812f9b65f6357.tar.bz2
urpmi-8b513ed09aeabf8743c075c0ec1812f9b65f6357.tar.xz
urpmi-8b513ed09aeabf8743c075c0ec1812f9b65f6357.zip
*** empty log message ***
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 2 insertions, 0 deletions
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 [<file>]"
exit 1