diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-01 16:24:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-01 16:24:14 +0200 |
commit | 6cb3b8204d124526529f3b83211986cd97c7ed32 (patch) | |
tree | f19ca26f3e2cef0e0c3d96371111a8df8bbcfc32 /bin | |
parent | eba5688feb1c7333b415c444d44f2e9f9fbf03b5 (diff) |
bin/pkg: pkg_info(): Check for arguments
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ real_priority () { pkg_info () { cd $PDIR/$1 || return + [ -z "$1" ] && die "Not enough arguments\n" info "Package: " echo "$1" info "Priority: " |