1.0.7.36: FIND-SLOT-DEFINITION to return NIL when called with non-slot-classes
[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'`