summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-09-29 07:05:39 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-09-29 07:05:39 +0000
commit3ce6edb79f441fdd5084004e999dc15d625a4d3b (patch)
tree96c8aa4739c9baf5807979540263e576d8603c34 /Master/bin
parent4501b63bb428245155d1629c814963e3352c579d (diff)
exe stub for cachepic
git-svn-id: svn://tug.org/texlive/trunk@15549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/cachepic.cmd11
-rwxr-xr-xMaster/bin/win32/cachepic.exebin0 -> 1536 bytes
2 files changed, 0 insertions, 11 deletions
diff --git a/Master/bin/win32/cachepic.cmd b/Master/bin/win32/cachepic.cmd
deleted file mode 100755
index 6aefa99c0d5..00000000000
--- a/Master/bin/win32/cachepic.cmd
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-setlocal enableextensions
-if not defined LUA_EXE if exist "%~dp0lua.exe" set LUA_EXE=%~dp0lua.exe
-for %%I in (lua.exe texlua.exe) do if not defined LUA_EXE set LUA_EXE=%%~$PATH:I
-if not defined LUA_EXE goto :nolua
-"%LUA_EXE%" "%~dp0cachepic.tlu" %*
-goto :eof
-
-:nolua
-echo %~nx0: could not locate lua nor texlua interpreter>&2
-exit /b 1 \ No newline at end of file
diff --git a/Master/bin/win32/cachepic.exe b/Master/bin/win32/cachepic.exe
new file mode 100755
index 00000000000..5777d90a17a
--- /dev/null
+++ b/Master/bin/win32/cachepic.exe
Binary files differ