diff options
Diffstat (limited to 't/ccnoco.sh')
-rwxr-xr-x | t/ccnoco.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ccnoco.sh b/t/ccnoco.sh index 60898c8d1..2e5bd4fb0 100755 --- a/t/ccnoco.sh +++ b/t/ccnoco.sh @@ -18,7 +18,7 @@ # understand '-c -o'. required=gcc -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |