diff options
Diffstat (limited to 't/nodep2.sh')
-rwxr-xr-x | t/nodep2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/nodep2.sh b/t/nodep2.sh index 45e7d5c15..13d117465 100755 --- a/t/nodep2.sh +++ b/t/nodep2.sh @@ -16,7 +16,7 @@ # Another test to make sure no-dependencies option does the right thing. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' bin_PROGRAMS = foo @@ -40,6 +40,6 @@ END $ACLOCAL $AUTOMAKE -grep DEPMODE Makefile.in && Exit 1 +grep DEPMODE Makefile.in && exit 1 : |