diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
commit | 413c54a7554bde32e291cacbd3d256422e95751b (patch) | |
tree | 7600ed518a69a41c90d053e01da4b8eba8666831 /print/font2svg/files | |
parent | 1e10f6c6b71e4cfa23da093b0d2edd197b2d0042 (diff) |
Notes
Diffstat (limited to 'print/font2svg/files')
-rw-r--r-- | print/font2svg/files/patch-font2svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/font2svg/files/patch-font2svg b/print/font2svg/files/patch-font2svg new file mode 100644 index 000000000000..74c72a0a4779 --- /dev/null +++ b/print/font2svg/files/patch-font2svg @@ -0,0 +1,11 @@ +--- font2svg.orig Fri Jan 17 17:53:07 2003 ++++ font2svg Fri Jan 17 17:54:22 2003 +@@ -57,7 +57,7 @@ + dvipsencoding="none" + + # parse options +-TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:1s:1d:1x:1" "$@"` ++TEMP=`getopt hke:s:d:x: $*` + echo "$TEMP" + eval set -- "$TEMP" + while [ ! $1 = "--" ] ; do |