diff options
Diffstat (limited to 't/cond10.sh')
-rwxr-xr-x | t/cond10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond10.sh b/t/cond10.sh index 56a9083cd..a556a9996 100755 --- a/t/cond10.sh +++ b/t/cond10.sh @@ -16,7 +16,7 @@ # Test for bug in conditionals. From Raja R Harinath. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |