summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-21 16:29:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-21 16:29:33 +0000
commita21841ec58619d7fd720f856eb2ac69eeae10472 (patch)
treef185bb5daa7dca55846c4be3b81f05a47093c75c /amiga
parentbed1ad9e7948f1d3dee2cef8fd694e516d3f3258 (diff)
downloadnetsurf-a21841ec58619d7fd720f856eb2ac69eeae10472.tar.gz
netsurf-a21841ec58619d7fd720f856eb2ac69eeae10472.tar.bz2
Oops. Fixed this in the wrong file, so got missed from previous commit.
svn path=/trunk/netsurf/; revision=6592
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/dist/Install2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index fbcea167c..725587dbb 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -16,7 +16,7 @@
(procedure p_copysobj #sobj
(set #sobj-version (getversion (tackon "SObjs/" #sobj)))
- (if (<> #sobj-version 0)
+ (if (= #sobj-version 0)
(
(transcript "Date compare copy " #sobj)