summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:45 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:45 +0000
commit0332176291b480ee2ae2eaba6c066146802a5023 (patch)
treef29bdecbb4abdffbae50b268e33921f4007bfe84 /dselect
parent9d95e7262447c7024ef58987ad198bcb98dc3d48 (diff)
2 bugs fixed
Author: jgg Date: 2000-02-07 01:45:31 GMT 2 bugs fixed
Diffstat (limited to 'dselect')
-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