]> git.saurik.com Git - apt.git/blobdiff - dselect/update
Fixes for mmap and yodl
[apt.git] / dselect / update
index 3260278b66c6dba3776923ec51ff8821ed1f6a70..ec5e78cc232d4874a6d720ca12bb5b6097e8f7c9 100755 (executable)
@@ -22,7 +22,7 @@ $APTCACHE dumpavail > $CACHEDIR/available
 $DPKG --update-avail $CACHEDIR/available
 rm -f $CACHEDIR/available
 
-if [ $PROMPT == "yes" ]; then
+if [ $PROMPT = "yes" ]; then
    echo "Press enter to continue." && read RES;
 fi