Fix make-array transforms.
[sbcl.git] / tools-for-build / grep-noncanonical-whitespace
1 #!/bin/sh
2
3 # Look for violations of whitespace canonicalization, handling them as
4 # greppish matches:
5 #   * Print human-readable description of each one.
6 #   * Exit with 0 if >=1 found, or exit with 0 if none found.
7
8 tools-for-build/whitespacely-canonical-filenames | \
9   xargs egrep --with-filename  '        | $'