summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-19 22:02:27 +0000
committerKarl Berry <karl@freefriends.org>2007-03-19 22:02:27 +0000
commit766e2beaa2739a6423a0ae792194f696afc5c959 (patch)
tree241a124fb2d72bc4d194b0b79190299e0fe66a25 /Master/common.sh
parentb34cbb80c44908dce6dd4c80c47151b68ac3b746 (diff)
forgot the x again.
git-svn-id: svn://tug.org/texlive/trunk@4066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-xMaster/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/common.sh b/Master/common.sh
index c405060a3d9..60b857f89ef 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -346,7 +346,7 @@ TEXMFCNF__fix_texmf()
rm .sed_tmp.$$
#
# the TEXMFHOME tree
- if test "x$TEXMFHOME" != x'$HOME/texmf' && test "x$HOME" != /; then
+ if test "x$TEXMFHOME" != x'$HOME/texmf' && test "x$HOME" != x/; then
# if the variable starts with the explicit home of the current user
# (as in "/u/karl") replace that with the string '$HOME' as the
# explicit home of the current user is unlikely to ever be right.