1.0.0.33: update build environment
[sbcl.git] / tools-for-build / canonicalize-whitespace
index 11b374d..0d39131 100755 (executable)
@@ -5,7 +5,7 @@
 # Convert tabs to spaces and delete trailing whitespace in files
 # which we can safely assume to be source files in appropriate languages.
 
-if ! expand --version < $DEVNULL
+if ! expand -t 8 < $DEVNULL
 then
     # If we're building with MSYS on Windows GNU expand is not available,
     # and what we get is Microsoft Expand, which is something quite different,