From: David Lichteblau Date: Sat, 9 Jun 2012 22:12:21 +0000 (+0200) Subject: Fix typo in whitespacely-canonical-filenames X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=5cf295865f118cde1ebcff6397d6d57a11f57a51;p=sbcl.git Fix typo in whitespacely-canonical-filenames Thanks to Lutz Euler. --- diff --git a/tools-for-build/whitespacely-canonical-filenames b/tools-for-build/whitespacely-canonical-filenames index d4a5041..42935fe 100755 --- a/tools-for-build/whitespacely-canonical-filenames +++ b/tools-for-build/whitespacely-canonical-filenames @@ -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