diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-20 18:50:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-20 18:50:17 +0000 |
commit | 98ba23f80903bfbd0fd226936207129aa2802ea4 (patch) | |
tree | 2bfb647955bd4fd186066ca637fc04e916dceeba /Master/texmf/texconfig | |
parent | eee092548cb1d26b13fa0f71bfad47bbc8922467 (diff) |
update from current build-install
git-svn-id: svn://tug.org/texlive/trunk@18384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texconfig')
-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 |