summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 45bd431..e6a2cff 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -503,7 +503,7 @@ function check_prereqs {
if [[ -n $warn || -n $info ]] {
[[ -n $warn ]] && warn $warn
[[ -n $info ]] && echo -n $info
- read -q '?continue? [] '
+ read -q '?continue [] '
}
if [[ -n $install ]] {