diff options
Diffstat (limited to 't/distcom-subdir.sh')
-rwxr-xr-x | t/distcom-subdir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcom-subdir.sh b/t/distcom-subdir.sh index 4da74d05c..7def7bf25 100755 --- a/t/distcom-subdir.sh +++ b/t/distcom-subdir.sh @@ -17,7 +17,7 @@ # Test to make sure that if an auxfile (here depcomp) is required # by a subdir Makefile.am, it is distributed by that Makefile.am. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_CONFIG_FILES([subdir/Makefile]) |