diff options
Diffstat (limited to 't/specflg7.sh')
-rwxr-xr-x | t/specflg7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/specflg7.sh b/t/specflg7.sh index 8caf93018..7261d1891 100755 --- a/t/specflg7.sh +++ b/t/specflg7.sh @@ -17,7 +17,7 @@ # The true/false example from the manual, plus a check for _SHORTNAME. required='cc native' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |