diff options
Diffstat (limited to 't/remake-renamed-m4-macro.sh')
-rwxr-xr-x | t/remake-renamed-m4-macro.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-renamed-m4-macro.sh b/t/remake-renamed-m4-macro.sh index 5ec71d692..281dde257 100755 --- a/t/remake-renamed-m4-macro.sh +++ b/t/remake-renamed-m4-macro.sh @@ -17,7 +17,7 @@ # Test remake rules when the name of an m4 macro change. Try both with # and without indirection. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'END' MY_MACRO |