diff options
Diffstat (limited to 't/distcom4.sh')
-rwxr-xr-x | t/distcom4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcom4.sh b/t/distcom4.sh index b785fecbb..c7088eb72 100755 --- a/t/distcom4.sh +++ b/t/distcom4.sh @@ -19,7 +19,7 @@ # Makefile in that directory. distcom5.test performs the same # test with a Makefile in the directory. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_CONFIG_FILES([tests/autoconf:tests/wrapper.in], |