Fix typo in whitespacely-canonical-filenames
[sbcl.git] / tools-for-build / whitespacely-canonical-filenames
index d4a5041..42935fe 100755 (executable)
@@ -23,7 +23,7 @@ else
 fi
 
 # SunOS find does not support -path.  Try to find a binary which does.
-if   [ -n "$GNUFIND" ];        then ;
+if   [ -n "$GNUFIND" ];        then :
 elif which gfind >/dev/null;   then GNUFIND=gfind
 elif which gnufind >/dev/null; then GNUFIND=gnufind
 else                                GNUFIND=find; fi