Fix make-array transforms.
[sbcl.git] / wc.sh
diff --git a/wc.sh b/wc.sh
index cfafe39..1189408 100755 (executable)
--- a/wc.sh
+++ b/wc.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 # How big is this project anyway? Crudely estimate non-comment source lines..
 
@@ -21,5 +22,4 @@ find . -name "*.[ch]" -print | xargs egrep -s '^[     ]*[^    /*]' | wc -l
 #   * doesn't catch #if 0 convention for commenting out blocks
 #   * doesn't catch stale source files which are no longer used
 
-# There are assembler source lines, too, but there seem to be less than
-# 1000 for each machine type. (Hardly worth considering!:-)
+echo "(ignoring .sh, .S, etc.)"