configure.ac : Chmod test_wrapper.sh correctly.

This commit is contained in:
Erik de Castro Lopo 2009-02-12 07:09:25 +11:00
parent 23d8864739
commit 0733b9962c

View File

@ -590,7 +590,7 @@ AC_CONFIG_FILES([ \
AC_OUTPUT
# Make it executable.
chmod u+x tests/test_wrapper
chmod u+x tests/test_wrapper.sh
#====================================================================================