summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
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