summaryrefslogtreecommitdiff
path: root/dselect/install
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-05-05 11:21:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-05-05 11:21:13 +0200
commita2ec4d22dd77a363cd5b1f8b55ed34ba88331396 (patch)
tree1f4995e44a20923ecc69c3ed30ec788d38b81b49 /dselect/install
parent5c92e3800d6ce8e9cde1e2816bd76c975d9342a7 (diff)
parent549da1a850f0fd50e0a55415452ecaa735d49451 (diff)
merged from debian
Diffstat (limited to 'dselect/install')
-rwxr-xr-xdselect/install3
1 files changed, 2 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install
index d9d665192..61d13208e 100755
--- a/dselect/install
+++ b/dselect/install
@@ -88,7 +88,8 @@ if [ $RES -eq 0 ]; then
;;
prompt)
exec 3>&1
- if [ `yesno $"Do you want to erase any previously downloaded .deb files?" y` = y ]; then
+ echo -n $"Do you want to erase any previously downloaded .deb files?"
+ if [ `yesno "" y` = y ]; then
$APTGET "$APT_OPT0" "$APT_OPT1" clean &&
echo $"Press enter to continue." && read RES && exit 0;
fi