diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-17 01:14:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-17 01:14:28 +0000 |
commit | e9c556bc3eb6743c9de6bd8cd63b56a55b029519 (patch) | |
tree | 02d87e3cceda3e94c2ee2154e7a7eeb8311eae96 /Build/source/texk/tetex/tcfmgr | |
parent | 0053acf57f30d6dcf79cab30f7c47c16e8488d31 (diff) |
mention possibly missing ls-R when basic config files cannot be found (Bernhard Rosenkraenzer mail to tldistro, 2 Oct 2008 21:55:35)
git-svn-id: svn://tug.org/texlive/trunk@16754 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/tcfmgr')
-rwxr-xr-x | Build/source/texk/tetex/tcfmgr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/tetex/tcfmgr b/Build/source/texk/tetex/tcfmgr index adb6046e9c1..e79be96f873 100755 --- a/Build/source/texk/tetex/tcfmgr +++ b/Build/source/texk/tetex/tcfmgr @@ -1,4 +1,5 @@ #!/bin/sh +# $Id$ # 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 |