summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-24 13:15:56 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-24 13:15:56 +0200
commita1c51aeaed167dde53abeb611ab10bcca219b2da (patch)
tree5dda828f808bbb5ddbec4aa421ac5a46fc373ffb
parent6f737b7129e8390100d0677e680475970ad3510e (diff)
pkg: check_prereqs: Indicate when the user needs to press a key
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 92bbc0a..45bd431 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
+ read -q '?continue? [] '
}
if [[ -n $install ]] {