Make coverage.sh executable.

This commit is contained in:
Dag-Erling Smørgrav 2014-12-20 00:52:37 +00:00 committed by des
parent 24ae6c9434
commit 13bad71153

View file

@ -159,6 +159,6 @@ AC_CONFIG_FILES([
lib/rand/Makefile
lib/rsaref/Makefile
t/Makefile
tools/coverage.sh
])
AC_CONFIG_FILES([tools/coverage.sh], [chmod +x tools/coverage.sh])
AC_OUTPUT