[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dselect apt method: cosmetic patch for install



Hi,

Here is a little cosmetic patch for the install script in the dselect's
apt method. Just add a space after the possible value.

David.
--- install~	Mon Feb  7 12:12:22 2000
+++ install	Mon Feb  7 12:12:52 2000
@@ -28,7 +28,7 @@
 		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;;

Reply to: