]> git.saurik.com Git - apt-legacy.git/blobdiff - dselect/install
I am sick of that Package: error.
[apt-legacy.git] / dselect / install
index d9d6651920316da104d1c9ae02f7e078447a13ac..61d13208e2f9c0d2fc1fa56036edd777d731c129 100755 (executable)
@@ -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