diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:46 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:46 +0000 |
commit | 7e4fd488ec2a552a1522b13a39a8a09f06929e6c (patch) | |
tree | 063dfacee2b68132d3aadecd0fb539112488ceda /dselect | |
parent | 0332176291b480ee2ae2eaba6c066146802a5023 (diff) |
Bug fixes
Author: jgg
Date: 2000-02-11 03:37:45 GMT
Bug fixes
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/install | 2 |
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;; |