build: fix cleaning of test directories in contrib (and in t/perf)
[platform/upstream/automake.git] / t / remake-all-1.sh
index f1a85bc..9596ba8 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that the "all" target triggers rebuilt of outdated Makefiles.
 # See also sister test 'remake-all-2.test'.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 mkfile=Makefile
 
@@ -45,7 +45,7 @@ $EGREP "^all-am:.* $mkfile( |$)" $mkfile.in sub/$mkfile.in
 $AUTOCONF
 ./configure
 
-$FGREP "$magic1" mkfile.in && Exit 1 # Sanity check.
+$FGREP "$magic1" mkfile.in && exit 1 # Sanity check.
 
 # Two code paths in configure.am: