diff options
Diffstat (limited to 't/yflags-force-override.sh')
-rwxr-xr-x | t/yflags-force-override.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yflags-force-override.sh b/t/yflags-force-override.sh index 3f4755ed1..8682637ed 100755 --- a/t/yflags-force-override.sh +++ b/t/yflags-force-override.sh @@ -19,7 +19,7 @@ # variable is user-reserved). required='cc yacc' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'END' AC_PROG_CC |