From a1c51aeaed167dde53abeb611ab10bcca219b2da Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Jun 2009 13:15:56 +0200 Subject: pkg: check_prereqs: Indicate when the user needs to press a key --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]] { -- cgit v1.2.3