summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-12-03 20:17:18 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-12-03 20:17:18 +0000
commit4e4a86c4a17cc80136fb26405aeddcc216150712 (patch)
tree41f7edddbaac4322852defe8e9b3acadebfc310d /Master/tlpkg/bin/check-wrapper-consistency
parenteaeca33b52205edec9617a9fe4dccb8a362ca3d3 (diff)
move wrapper sources to a separate directory
git-svn-id: svn://tug.org/texlive/trunk@16280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 1e411aa46ae..47efde4ff8f 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -43,7 +43,7 @@ sub main
$w{'updmap-sys'} = 1;
chomp (my $srcdir = `cd $Master/../Build/source/texk/texlive && pwd`);
- $cww = "$srcdir/runscript.exe";
+ $cww = "$srcdir/w32_wrapper/runscript.exe";
$err += &check_w32 ("win32", $cww, %w);
return $err;