Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/ps/gscreator.cpp b/ps/gscreator.cpp 2index 5b84e49..cbb7c25 100644 3--- a/ps/gscreator.cpp 4+++ b/ps/gscreator.cpp 5@@ -101,7 +101,7 @@ static const char *epsprolog = 6 "[ ] 0 setdash newpath false setoverprint false setstrokeadjust\n"; 7 8 static const char * gsargs_ps[] = { 9- "gs", 10+ "@gs@", 11 "-sDEVICE=png16m", 12 "-sOutputFile=-", 13 "-dSAFER", 14@@ -120,7 +120,7 @@ static const char * gsargs_ps[] = { 15 }; 16 17 static const char * gsargs_eps[] = { 18- "gs", 19+ "@gs@", 20 "-sDEVICE=png16m", 21 "-sOutputFile=-", 22 "-dSAFER",