X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fcanonicalize-whitespace;h=0d39131216e8439064dafb5456823ff28bd0ec74;hb=d306e2d23b38487488eb93881dad836e439e0c77;hp=11b374d1eda63b7cece1d3f78d18ad9005f69cfa;hpb=64e9a9cae25f4207bec1ec985a46166be2f6fb55;p=sbcl.git diff --git a/tools-for-build/canonicalize-whitespace b/tools-for-build/canonicalize-whitespace index 11b374d..0d39131 100755 --- a/tools-for-build/canonicalize-whitespace +++ b/tools-for-build/canonicalize-whitespace @@ -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,