summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorOsamu Aoki <osamu@debian.org>2008-05-05 00:20:41 +0900
committerOsamu Aoki <osamu@debian.org>2008-05-05 00:20:41 +0900
commitff7c76f82c3972b82f0e65e1609fc72f605fe9e8 (patch)
treed2f84aec4909232ed3d01e9f3a80fd9233d30997 /dselect
parenta0a89abd8e9feb2cbfa205b22a2ea274b1b81787 (diff)
parent6e984d78cfb783611a1e4e978e4413d9045aeade (diff)
replaced cron.daily with new version and updated document accordingly
Diffstat (limited to 'dselect')
-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