diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index bb6aeca29e0..7a2f094957c 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1533,7 +1533,7 @@ sub _do_postaction_filetype { my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`; chomp($texdir); my $texdir_bsl = conv_to_w32_path($texdir); - $cmd =~ s!^TEXDIR/!$texdir/!g; + $cmd =~ s!^("?)TEXDIR/!$1$texdir/!g; &log("postaction $how filetype for " . $tlpobj->name . ": $name, $cmd\n"); |