1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-05 18:08:55 +03:00

ps: pass NOSAFER option to ghostscript in order to allow slurp

Some ghostscript versions default to SAFER.
This commit is contained in:
Nicolas Boulenguez 2021-08-15 19:39:25 +02:00 committed by Joel Martin
parent cd09dfbac5
commit 28ba74b73e

View File

@ -1,2 +1,2 @@
#!/bin/bash
exec gs -q -I$(dirname $0) -dNODISPLAY -- $(dirname $0)/${STEP:-stepA_mal}.ps "${@}"
exec gs -q -I$(dirname $0) -dNOSAFER -dNODISPLAY -- $(dirname $0)/${STEP:-stepA_mal}.ps "${@}"