diff options
Diffstat (limited to 't/remake2.sh')
-rwxr-xr-x | t/remake2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake2.sh b/t/remake2.sh index 228b14f56..ff88d780a 100755 --- a/t/remake2.sh +++ b/t/remake2.sh @@ -18,7 +18,7 @@ # are correct even when there is no upper-level Makefile. # TODO: we should really add also functional tests for this! -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac <<END AC_INIT([$me], [1.0]) |