summaryrefslogtreecommitdiff
path: root/dselect/install
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/install')
-rwxr-xr-xdselect/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install
index 3fbab73cf..b9bbc7354 100755
--- a/dselect/install
+++ b/dselect/install
@@ -64,7 +64,7 @@ if [ $RES -eq 0 ]; then
fi
NEWLS=`ls -ld $ARCHIVES`
- if [ "x$OLDLS" == "x$NEWLS" ]; then
+ if [ "x$OLDLS" = "x$NEWLS" ]; then
exit 0
fi