diff options
Diffstat (limited to 't/werror3.sh')
-rwxr-xr-x | t/werror3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/werror3.sh b/t/werror3.sh index b5e35e370..a22ff8470 100755 --- a/t/werror3.sh +++ b/t/werror3.sh @@ -17,7 +17,7 @@ # Make sure a per-Makefile.am -Werror setting is not carried over # to another Makefile.am. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<\END AC_CONFIG_FILES([sub/Makefile]) |