summaryrefslogtreecommitdiff
path: root/t/depcomp-implicit-auxdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/depcomp-implicit-auxdir.sh')
-rwxr-xr-xt/depcomp-implicit-auxdir.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/depcomp-implicit-auxdir.sh b/t/depcomp-implicit-auxdir.sh
index 81528b2af..dc93a85cb 100755
--- a/t/depcomp-implicit-auxdir.sh
+++ b/t/depcomp-implicit-auxdir.sh
@@ -17,7 +17,7 @@
# Make sure a top-level depcomp file is found when
# AC_CONFIG_AUX_DIR is not specified.
-. ./defs || Exit 1
+. ./defs || exit 1
mkdir lib src
@@ -65,6 +65,6 @@ $AUTOMAKE --gnu
# so that more files are included in lib's DIST_COMMON definition,
# then you must handle the case in which depcomp is listed on a
# continued line.
-grep '^DIST_COMMON.*depcomp' lib/Makefile.in && Exit 1
+grep '^DIST_COMMON.*depcomp' lib/Makefile.in && exit 1
: