diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-20 22:15:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-20 22:15:27 +0000 |
commit | 2ae660fc4775456c4c1344061dc0b6cd7af28276 (patch) | |
tree | 8634639183e76d8647467445e371ce4bea3835b1 /Master/texmf-dist/source/latex/pythontex/pythontex_install.bat | |
parent | 97666739085cbc6593468e7f5a2cc04f2eaf0de2 (diff) |
pythontex (20jul14)
git-svn-id: svn://tug.org/texlive/trunk@34673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pythontex/pythontex_install.bat')
-rwxr-xr-x | Master/texmf-dist/source/latex/pythontex/pythontex_install.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/pythontex/pythontex_install.bat b/Master/texmf-dist/source/latex/pythontex/pythontex_install.bat index e32fa0ba210..e3932fa0a12 100755 --- a/Master/texmf-dist/source/latex/pythontex/pythontex_install.bat +++ b/Master/texmf-dist/source/latex/pythontex/pythontex_install.bat @@ -1,4 +1,4 @@ -@echo off
-@setlocal enableextensions
-@cd /d "%~dp0"
-pythontex_install.py %*
+@echo off +@setlocal enableextensions +@cd /d "%~dp0" +pythontex_install.py %* |