Fix typo in whitespacely-canonical-filenames
authorDavid Lichteblau <david@knowledgetools.de>
Sat, 9 Jun 2012 22:12:21 +0000 (00:12 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Sat, 9 Jun 2012 22:12:32 +0000 (00:12 +0200)
Thanks to Lutz Euler.

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