summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/common.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/common.sh b/Master/common.sh
index 92d5ecbf819..240c679b247 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -1331,8 +1331,9 @@ common_end_install()
$skip_systemstuff || greetings
if $skip_systemstuff; then
- echo Since you already had files in $TEXDIR/texmf-dist/web2c
- echo We have not touched anything there. Please review your setup.
+ echo Since $TEXMFCNF_DIR/texmf.cnf already existed,
+ echo we have not touched modified anything in that directory.
+ echo Please review your setup.
fi
exit
}