1.0.32.5: defend against full MAKE-ARRAY before the type system is ready
[sbcl.git] / tagify.sh
index 386bbb6..02ddf3a 100755 (executable)
--- a/tagify.sh
+++ b/tagify.sh
@@ -1,3 +1,4 @@
 #!/bin/sh
+set -e
 
 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`