summaryrefslogtreecommitdiff
path: root/t/txinfo-no-clutter.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo-no-clutter.sh')
-rwxr-xr-xt/txinfo-no-clutter.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh
index ae5e9f2d1..3de21b488 100755
--- a/t/txinfo-no-clutter.sh
+++ b/t/txinfo-no-clutter.sh
@@ -18,7 +18,7 @@
# Related to automake bug#11146.
required='makeinfo tex texi2dvi-o dvips'
-. ./defs || Exit 1
+. ./defs || exit 1
mkdir sub
@@ -93,7 +93,7 @@ for fmt in info pdf ps dvi html all; do
$MAKE $fmt
ls -l . sub # For debugging.
ls -d foo* baz* sub/bar* > lst
- $EGREP -v '^(foo|sub/bar|baz)\.(texi|dvi|ps|pdf|html|info)$' lst && Exit 1
+ $EGREP -v '^(foo|sub/bar|baz)\.(texi|dvi|ps|pdf|html|info)$' lst && exit 1
$MAKE clean
done