diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-21 12:21:36 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-21 12:21:36 +0000 |
commit | e4e4edd07f3c87ab2cee948e63a70ba233547512 (patch) | |
tree | 0b96ae7d1981c21b76dcd1e3dfac00394b8c8832 /Master/wingoo-demo.bat | |
parent | 462e2d2731c8090524462bcb34bc4f9c6bd27035 (diff) |
Also updated API stuff in Perl5_lib-TL_ins
git-svn-id: svn://tug.org/texlive/trunk@6348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/wingoo-demo.bat')
-rwxr-xr-x | Master/wingoo-demo.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/wingoo-demo.bat b/Master/wingoo-demo.bat index 629daae3495..a3589ba8d20 100755 --- a/Master/wingoo-demo.bat +++ b/Master/wingoo-demo.bat @@ -9,6 +9,7 @@ set tldrive=%~d0 cd %tlroot%
rem we need wget in the path, so add tlpkg\bin to the path
+set pathsave=%path%
path %path%;%tlroot%tlpkg\bin
rem use provided Perl
@@ -17,11 +18,14 @@ set PERL5SAVE=%PERL5LIB% set PERL5LIB=%tlroot%tlpkg\lib\Perl5_lib-TL_inst
"%tlroot%tlpkg\bin\perl" "%tlroot%wingoo-demo.pl"
+
pause Done
rem cleanup in case of start from command-line
set PERL5LIB=%PERL5SAVE%
set PERL5SAVE=
+path %pathsave%
+set pathsave=
set tldrive=
set tlroot=
|