diff options
-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 ]] { |