mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-18 09:41:10 +00:00
Make coverage.sh executable.
This commit is contained in:
parent
24ae6c9434
commit
13bad71153
1 changed files with 1 additions and 1 deletions
|
@ -159,6 +159,6 @@ AC_CONFIG_FILES([
|
||||||
lib/rand/Makefile
|
lib/rand/Makefile
|
||||||
lib/rsaref/Makefile
|
lib/rsaref/Makefile
|
||||||
t/Makefile
|
t/Makefile
|
||||||
tools/coverage.sh
|
|
||||||
])
|
])
|
||||||
|
AC_CONFIG_FILES([tools/coverage.sh], [chmod +x tools/coverage.sh])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue