blob: 5937798e9bba55967b25c55bf555884fea12a104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-bin_rungs,v 1.2 2020/05/10 03:56:44 markd Exp $
use full path for commands
--- bin/rungs.orig 2013-04-25 17:29:00.000000000 +0000
+++ bin/rungs
@@ -23,7 +23,7 @@ end
if os.type == 'windows' then
command={'gswin32c'}
else
- command={'gs'}
+ command={'@GS@'}
end
for i=1, #arg do
|