summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 4f2cb40..9b76318 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -636,6 +636,7 @@ case $1 in
status) wrap pkg_status "$2" "Checking package status" ;;
update) pkg_update ;;
upgrade) wrap pkg_upgrade "$2" "Looking for updates" ;;
+ eval) eval $2 ;;
*) die "wait, what?\n" ;;
esac