summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2021-10-15 14:07:36 +0100
committerKen Sharp <ken.sharp@artifex.com>2021-10-15 14:07:36 +0100
commited754b72e0c33929a31f14326e9979c0f121af64 (patch)
tree1aa9afc15d0bb6fbf4c079dfaa2602e7390a7929 /lib
parenteaac12d5cea0471fcbceca45972379d2c0423c9b (diff)
downloadghostpdl-ed754b72e0c33929a31f14326e9979c0f121af64.tar.gz
Fix typo in gssetgs.bat
If a system had only 64-bit Ghostscript installed, and the user had not set the %GSC% environment variables, then the various helper batch files wouldn't be able to find command line Ghostscript.
Diffstat (limited to 'lib')
-rw-r--r--lib/gssetgs.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gssetgs.bat b/lib/gssetgs.bat
index 7c0b80008..8317261ad 100644
--- a/lib/gssetgs.bat
+++ b/lib/gssetgs.bat
@@ -12,6 +12,6 @@ if %GS/==/ set GS=gswin32
if NOT %GSC%/==/ goto :gscset
if EXIST %~dp0..\bin\gswin32c.exe set GSC=%~dp0..\bin\gswin32c
-if EXIST %~dp0..\bin\gswin64c.exe set GS=%~dp0..\bin\gswin64c
+if EXIST %~dp0..\bin\gswin64c.exe set GSC=%~dp0..\bin\gswin64c
if %GSC%/==/ set GSC=gswin32c
:gscset