diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:45 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:45 +0000 |
commit | 0332176291b480ee2ae2eaba6c066146802a5023 (patch) | |
tree | f29bdecbb4abdffbae50b268e33921f4007bfe84 /dselect/install | |
parent | 9d95e7262447c7024ef58987ad198bcb98dc3d48 (diff) |
2 bugs fixed
Author: jgg
Date: 2000-02-07 01:45:31 GMT
2 bugs fixed
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 |