]> andersk Git - splint.git/blobdiff - src/maketags
noexpand always false.
[splint.git] / src / maketags
index 67fe72ae5267ec9a60519a9394f889e52088dc66..beab1b086375d1522c1fcb56e2c3171852d914f2 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
-etags *.y Headers/* *.c *.h *.l  *.i
+etags *.y  *.l *.c *.i Headers/* || echo "Error creating TAGS file (ignoring)"
+
This page took 0.497243 seconds and 4 git commands to generate.