summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlcom
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlcom')
-rwxr-xr-xMaster/tlpkg/bin/tlcom4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlcom b/Master/tlpkg/bin/tlcom
index 0d93bedfea4..924dc92167b 100755
--- a/Master/tlpkg/bin/tlcom
+++ b/Master/tlpkg/bin/tlcom
@@ -1,7 +1,9 @@
#!/bin/sh
# $Id$
# Commit after TL package update. We rely on PATH to deal with trunk vs.
-# branch. (See c2a and c2b.)
+# branch (see c2a and c2b). See also libexec/ctan2tds for the real work
+# of importing from CTAN; c2l and ctan2tl are additional wrappers
+# (called by c2a).
test $# -eq 0 && cd /
/bin/pwd >/dev/null || exit 1