diff options
Diffstat (limited to 't/cond15.sh')
-rwxr-xr-x | t/cond15.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond15.sh b/t/cond15.sh index 8ee799b2f..6ce37d74b 100755 --- a/t/cond15.sh +++ b/t/cond15.sh @@ -16,7 +16,7 @@ # Regression test for conditionally defined overriding of automatic rules. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |