diff options
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ fi hg archive "$RELDIR" || exit 2 (cd "$RELDIR" && autoconf && autoheader) || exit 2 +(cd "$RELDIR" && make lint) || exit 2 rm -r "$RELDIR/autom4te.cache" || exit 2 |