tInvoke psdownload via the 9 script. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 067d852abe242ee1d267bcc0d652cd6bb31b7e17
DIR parent 7e0854dae3c21d20c8756a2689a2912dab3f12a3
HTML Author: wkj <devnull@localhost>
Date: Mon, 16 Oct 2006 19:31:01 +0000
Invoke psdownload via the 9 script.
Diffstat:
M bin/psfonts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/psfonts b/bin/psfonts
t@@ -1,4 +1,4 @@
#!/bin/sh
echo %!PS-Adobe-2.0
-exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"
+exec 9 psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"