summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2008-10-05 18:09:00 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2008-10-05 18:09:00 +0000
commit172745183f6c7d974358b9514af6e166e0b57e42 (patch)
tree0088cc22c830feca9edc8f77474c5762aac939b9 /Master/tlpkg/TeXLive/TLPostActions.pm
parentab342cfe61fae10fe174f02a056511cd80424a1a (diff)
TLPostActions.pm: fixed bug (conv_to_win_path on Unix).
git-svn-id: svn://tug.org/texlive/trunk@10859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index dd133d46a11..a0c54aca93a 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -134,8 +134,8 @@ $PostInstall{"xetex"} = \&do_install_xetex;
#
sub do_install_bin_dviout_win32 {
my ($texdir, $texdirw) = @_;
- my $texdir_bsl = conv_to_win_path($texdir);
if (win32()) {
+ my $texdir_bsl = conv_to_win_path($texdir);
add_menu_shortcut(
$mainmenu,
'DVIOUT Dvi Viewer',