summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2010-03-11 21:05:06 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2010-03-11 21:05:06 +0000
commit8b88621e850e29c4c51b3788c49dadb999602bb5 (patch)
tree955cb4c205f15a52a85899862524c250ff477ad0 /Master
parentcd99f3c654ca2160f1d4112cfdf781f9901592de (diff)
no need for sam2p.bat any longer
git-svn-id: svn://tug.org/texlive/trunk@17426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/win32/sam2p.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/bin/win32/sam2p.bat b/Master/bin/win32/sam2p.bat
deleted file mode 100755
index 94826fe36c5..00000000000
--- a/Master/bin/win32/sam2p.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off
-rem Launcher script for sam2p
-rem Make environment changes local
-setlocal enableextensions
-rem Get TL installation root (w/o trailing backslash)
-set tlroot=%~dp0:
-set tlroot=%tlroot:\bin\win32\:=%
-rem Use provided GS
-set GS_LIB=%tlroot%\tlpkg\tlgs\lib;%tlroot%\tlpkg\tlgs\fonts
-rem Add bin dir to path
-path %tlroot%\bin\win32;%tlroot%\tlpkg\tlgs\bin;%path%
-rem Start sam2p and exit
-"%tlroot%\tlpkg\sam2p\sam2p.exe" %*