summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 38f9a220..e959cdac 100755
--- a/urpmf
+++ b/urpmf
@@ -1,6 +1,6 @@
#!/bin/sh
-unalias ls
+unalias ls 2>/dev/null
if [ "$#" -gt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "usage: rpmf [<file>]"