diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-26 17:08:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-26 17:08:50 +0200 |
commit | 60dd7ed321791ba66c76b792d95d6899017b3971 (patch) | |
tree | eaef6e743eefd6415e42ea9288e86cb1f7de851c /bin | |
parent | 7dae471a124247c4f978e22bfb00e4bd8541c5f7 (diff) |
pkg: check_prereqs: 'continue' is not a question
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]] { |