diff options
Diffstat (limited to 'Master/texmf/texconfig/tcfmgr')
-rwxr-xr-x | Master/texmf/texconfig/tcfmgr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/texconfig/tcfmgr b/Master/texmf/texconfig/tcfmgr index adb6046e9c1..252bbf87e22 100755 --- a/Master/texmf/texconfig/tcfmgr +++ b/Master/texmf/texconfig/tcfmgr @@ -1,4 +1,5 @@ #!/bin/sh +# $Id: tcfmgr 16754 2010-01-17 01:14:28Z karl $ # invoke the right shell: @@ -50,7 +51,7 @@ setupMap() esac case $TFC_MAP in - "") abort "config file \`tcfmgr.map' (usually in \$TEXMFMAIN/texconfig) not found";; + "") abort "config file \`tcfmgr.map' (usually in \$TEXMFMAIN/texconfig) not found (ls-R missing?)";; esac if test ! -f "$TFC_MAP"; then |