diff options
Diffstat (limited to 't/hdr-vars-defined-once.sh')
-rwxr-xr-x | t/hdr-vars-defined-once.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hdr-vars-defined-once.sh b/t/hdr-vars-defined-once.sh index de868a841..92279d704 100755 --- a/t/hdr-vars-defined-once.sh +++ b/t/hdr-vars-defined-once.sh @@ -17,7 +17,7 @@ # Test to make sure header vars defined only once when including. # Report from Marcus G. Daniels. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<END AC_OUTPUT |