diff options
Diffstat (limited to 't/yaccdry.sh')
-rwxr-xr-x | t/yaccdry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yaccdry.sh b/t/yaccdry.sh index 3100ce360..326a8d93e 100755 --- a/t/yaccdry.sh +++ b/t/yaccdry.sh @@ -17,7 +17,7 @@ # Removal recovery rules for headers should not remove files with 'make -n'. required='cc yacc' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |