diff options
Diffstat (limited to 't/remake-subdir-from-subdir.sh')
-rwxr-xr-x | t/remake-subdir-from-subdir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-subdir-from-subdir.sh b/t/remake-subdir-from-subdir.sh index a5053e07c..e9bde45bf 100755 --- a/t/remake-subdir-from-subdir.sh +++ b/t/remake-subdir-from-subdir.sh @@ -19,7 +19,7 @@ # See also the other similar tests 'remake-subdir*.test', and the # related test 'aclocal5.test'. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'END' m4_include([subdirs.m4]) |