$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
