summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 5197074..2a19e62 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -30,6 +30,7 @@ die () {
confirm_yes () {
echo -n "$* [Y/n] "
read -k 1
+ [ $REPLY != $'\n' ] && echo
if ([ "$REPLY" = 'y' -o "$REPLY" = 'Y' -o "$REPLY" = $'\n' ]) {
true
} else {