summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install
index b9bbc7354..8ac3523bd 100755
--- a/dselect/install
+++ b/dselect/install
@@ -28,7 +28,7 @@ yesno() {
defp="[y/N]" def=n
fi
while :;do
- echo -n "$1 $defp" 1>&3
+ echo -n "$1 $defp " 1>&3
read ans
case $ans in
Y|y|N|n) break;;