From 865028542b5fe21da3eb135b35a0171cabdac351 Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Tue, 7 Apr 1992 12:31:06 -0800 Subject: [PATCH] 386BSD 0.1 development Work on file usr/othersrc/public/ghostscript-2.4.1/gssetmod Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- usr/othersrc/public/ghostscript-2.4.1/gssetmod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 usr/othersrc/public/ghostscript-2.4.1/gssetmod diff --git a/usr/othersrc/public/ghostscript-2.4.1/gssetmod b/usr/othersrc/public/ghostscript-2.4.1/gssetmod new file mode 100755 index 0000000000..d1e80bf62c --- /dev/null +++ b/usr/othersrc/public/ghostscript-2.4.1/gssetmod @@ -0,0 +1,5 @@ +export m; m=$1 +shift +rm -f ${m}.dev +echo '# This file was automatically generated by Ghostscript (gssetmod).' >${m}.dev +echo ./gsaddres -obj $* >${m}.dev -- 2.20.1