diff options
Diffstat (limited to 't/ccnoco2.sh')
-rwxr-xr-x | t/ccnoco2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ccnoco2.sh b/t/ccnoco2.sh index e6c9c6428..dcb6fa70d 100755 --- a/t/ccnoco2.sh +++ b/t/ccnoco2.sh @@ -17,7 +17,7 @@ # Make sure Automake requires AM_PROG_CC_C_O when either per-targets # flags or subdir-objects are used. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<EOF AC_PROG_CC |