summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-26 17:08:50 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-26 17:08:50 +0200
commit60dd7ed321791ba66c76b792d95d6899017b3971 (patch)
treeeaef6e743eefd6415e42ea9288e86cb1f7de851c /bin
parent7dae471a124247c4f978e22bfb00e4bd8541c5f7 (diff)
pkg: check_prereqs: 'continue' is not a question
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 ]] {