diff options
Diffstat (limited to 't/autodist-config-headers.sh')
-rwxr-xr-x | t/autodist-config-headers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/autodist-config-headers.sh b/t/autodist-config-headers.sh index 65888f813..ad61fd667 100755 --- a/t/autodist-config-headers.sh +++ b/t/autodist-config-headers.sh @@ -19,7 +19,7 @@ # exist at automake runtime. # Related to automake bug#7819. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<END AC_CONFIG_HEADERS([config.h sub/config.h cfg2.h:conf2.hin]) |