diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-23 01:50:34 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-23 01:50:34 +0000 |
commit | 8b513ed09aeabf8743c075c0ec1812f9b65f6357 (patch) | |
tree | bd88ff225deb6f4f9fb71a686dcfd89b419baa84 /urpmf | |
parent | b03aedf7610e219482c687840711ba551296cb9b (diff) | |
download | urpmi-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-x | urpmf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +unalias ls + if [ "$#" -gt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then echo "usage: rpmf [<file>]" exit 1 |