diff options
Diffstat (limited to 't/output10.sh')
-rwxr-xr-x | t/output10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/output10.sh b/t/output10.sh index 92492f692..f0060fdac 100755 --- a/t/output10.sh +++ b/t/output10.sh @@ -18,7 +18,7 @@ # This is comparable to output9.test, but testing Makefile rules. # PR/411 -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << END AC_SUBST([FOO], [top]) |