diff options
-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"; } } |