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 fa0a919..f78ff98 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -390,7 +390,7 @@ function real_priority {
3) echo 'standard' ;;
2) echo 'optional' ;;
1) echo 'extra' ;;
- *) echo ;;
+ *) warn "invalid priority: $!" ;;
esac
}