summaryrefslogtreecommitdiff
path: root/dselect/update
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/update')
-rwxr-xr-xdselect/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/update b/dselect/update
index 3260278b6..ec5e78cc2 100755
--- a/dselect/update
+++ b/dselect/update
@@ -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