summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index a6d0eb7..189ce81 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -760,7 +760,7 @@ case $action in
(( AUTOUPDATE )) && pkg_update_remote
wrap pkg_upgrade "$1" 'Looking for updates'
;;
- eval) shift; eval $* ;;
+ eval) eval $* ;;
*) die "wait, what?\npkg: unknown action: '$1'\n" ;;
esac