diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-08 01:37:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-08 01:37:33 +0000 |
commit | 527a74fac35059aa094d70a74a74949e35655060 (patch) | |
tree | f72b507060bd21b802a6b47aa453ce236031a239 /Master/bin | |
parent | ff0e5deb9aa09b585004a4e4c66a0543979e8425 (diff) |
epspdf update
git-svn-id: svn://tug.org/texlive/trunk@12334 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/epspdf.bat | 22 | ||||
-rwxr-xr-x | Master/bin/win32/epspdftk.bat | 22 |
2 files changed, 22 insertions, 22 deletions
diff --git a/Master/bin/win32/epspdf.bat b/Master/bin/win32/epspdf.bat index b203b576c3e..48d1141fb26 100755 --- a/Master/bin/win32/epspdf.bat +++ b/Master/bin/win32/epspdf.bat @@ -1,11 +1,11 @@ -@echo off
-ruby -v >nul 2>&1
-if not errorlevel 1 goto doit
-echo Ruby not found. Install Ruby,
-echo get the Ruby-included version or use epstopdf.
-goto :EOF
-:doit
-setlocal
-set ownpath=%~dp0%
-texlua "%ownpath%epspdf.texlua" "%~dpn0" %*
-endlocal
+@echo off +ruby -v >nul 2>&1 +if not errorlevel 1 goto doit +echo Ruby not found. Install Ruby, +echo get the Ruby-included version or use epstopdf. +goto :EOF +:doit +setlocal +set ownpath=%~dp0% +texlua "%ownpath%epspdf.texlua" "%~dpn0" %* +endlocal diff --git a/Master/bin/win32/epspdftk.bat b/Master/bin/win32/epspdftk.bat index d688da08ffc..34fb1093feb 100755 --- a/Master/bin/win32/epspdftk.bat +++ b/Master/bin/win32/epspdftk.bat @@ -1,11 +1,11 @@ -@echo off
-ruby -v >nul 2>&1
-if not errorlevel 1 goto doit
-echo Ruby not found. Install Ruby and Tcl,
-echo get the Ruby-included version or use epstopdf.
-goto :EOF
-:doit
-setlocal
-set ownpath=%~dp0%
-texlua "%ownpath%epspdf.texlua" "%~dpn0" %*
-endlocal
+@echo off +ruby -v >nul 2>&1 +if not errorlevel 1 goto doit +echo Ruby not found. Install Ruby and Tcl, +echo get the Ruby-included version or use epstopdf. +goto :EOF +:doit +setlocal +set ownpath=%~dp0% +texlua "%ownpath%epspdf.texlua" "%~dpn0" %* +endlocal |