summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-08-01 19:42:49 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-08-01 19:42:49 +0000
commit4f5e06cea1205e3f1ba9d7e5966de2bdcfa02ce1 (patch)
treea645b43759f3b4132db1d327381c127c6e23732b /Master
parente9c518ce04efe33a05059645ced3fa4942fa8068 (diff)
TLWinGoo: more specific warnings
git-svn-id: svn://tug.org/texlive/trunk@9990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index e0c9f623cba..ed5c0bf35c4 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -999,7 +999,7 @@ UNEND
;
close UNINST;
} else {
- warn "Cannot open uninstaller for append";
+ warn "Cannot open $tdwfw/tlpkg/installer/uninst.bat for append";
}
if (open UNINST2, ">$tdwfw/tlpkg/installer/uninst2.bat") {
@@ -1032,7 +1032,7 @@ UNEND2
;
close UNINST2;
} else {
- warn "Cannot open unist2.bat for writing";
+ warn "Cannot open $tdwfw/tlpkg/installer/uninst2.bat for writing";
}
}