diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-27 11:52:34 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-27 11:52:34 +0000 |
commit | b7dd4e3d834880679e60435b6c4fc563e9da12f2 (patch) | |
tree | b3e6e97576a397b715b123264a66b2f2cecb1ab5 /Master/tlpkg/TeXLive | |
parent | c256a3af8bbd117a88351bd62eeec102ed721e19 (diff) |
fix paths in _do_postaction_shortcut
git-svn-id: svn://tug.org/texlive/trunk@13975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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, |