summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index e4c260e31d5..5830be6ae9a 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -534,7 +534,7 @@ sub make_container {
# load Cwd only if necessary ...
require Cwd;
my $cwd = &Cwd::getcwd;
- if ("$destdir" !~ m@^(.:)?/@) {
+ if ("$destdir" !~ m@^(.:)?[/\\]@) {
# we have an relative containerdir, so we have to make it absolute
$destdir = "$cwd/$destdir";
}