diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-01 19:42:49 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-01 19:42:49 +0000 |
commit | 4f5e06cea1205e3f1ba9d7e5966de2bdcfa02ce1 (patch) | |
tree | a645b43759f3b4132db1d327381c127c6e23732b | |
parent | e9c518ce04efe33a05059645ced3fa4942fa8068 (diff) |
TLWinGoo: more specific warnings
git-svn-id: svn://tug.org/texlive/trunk@9990 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 4 |
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"; } } |