From b7dd4e3d834880679e60435b6c4fc563e9da12f2 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Sat, 27 Jun 2009 11:52:34 +0000 Subject: fix paths in _do_postaction_shortcut git-svn-id: svn://tug.org/texlive/trunk@13975 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 01f38381d24..4e5b038ef39 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1569,8 +1569,8 @@ sub _do_postaction_shortcut { chomp($texdir); my $texdir_bsl = conv_to_w32_path($texdir); $icon =~ s!^TEXDIR/!$texdir/!; - $args =~ s!^TEXDIR/!$texdir/!; - $args = conv_to_w32_path($args); + $cmd =~ s!^TEXDIR/!$texdir/!; + $cmd = conv_to_w32_path($cmd); if ($type eq "menu") { TeXLive::TLWinGoo::add_menu_shortcut( $TeXLive::TLConfig::WindowsMainMenuName, -- cgit v1.2.3