diff options
Diffstat (limited to 't/autohdr2.sh')
-rwxr-xr-x | t/autohdr2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/autohdr2.sh b/t/autohdr2.sh index 6f5415e00..292a800bd 100755 --- a/t/autohdr2.sh +++ b/t/autohdr2.sh @@ -16,7 +16,7 @@ # Check that autoheaders works, despite our AC_CONFIG_HEADERS hack. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<EOF AM_CONFIG_HEADER([thisfile.h]) |