summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tangle-sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/tangle-sh.in')
-rw-r--r--Build/source/texk/web2c/tangle-sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tangle-sh.in b/Build/source/texk/web2c/tangle-sh.in
index 724e0805f4f..6af8991f042 100644
--- a/Build/source/texk/web2c/tangle-sh.in
+++ b/Build/source/texk/web2c/tangle-sh.in
@@ -38,7 +38,7 @@ do_tangle () {
else
case $base in
aleph | xetex) echo " OTANGLE " $base;;
- *tex | mf) echo " TANGLE " $base;;
+ *tex | mf*) echo " TANGLE " $base;;
*) echo " CTANGLE " $base;;
esac
$tangle "$@" >$base.out 2>&1; rc=$?