From 7e4fd488ec2a552a1522b13a39a8a09f06929e6c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:46 +0000 Subject: Bug fixes Author: jgg Date: 2000-02-11 03:37:45 GMT Bug fixes --- dselect/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dselect') 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;; -- cgit v1.2.3