diff options
Diffstat (limited to 't/src-acsubst.sh')
-rwxr-xr-x | t/src-acsubst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/src-acsubst.sh b/t/src-acsubst.sh index 97d536c89..13531ac0a 100755 --- a/t/src-acsubst.sh +++ b/t/src-acsubst.sh @@ -16,7 +16,7 @@ # Test to make sure config substitution in _SOURCES fails. -. ./defs || Exit 1 +. ./defs || exit 1 echo AC_PROG_CC >> configure.ac |