diff options
Diffstat (limited to 'dselect/install')
-rwxr-xr-x | dselect/install | 2 |
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 |