plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 067d852abe242ee1d267bcc0d652cd6bb31b7e17
parent 7e0854dae3c21d20c8756a2689a2912dab3f12a3
Author: wkj <devnull@localhost>
Date:   Mon, 16 Oct 2006 19:31:01 +0000

Invoke psdownload via the 9 script.

Diffstat:
Mbin/psfonts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/psfonts b/bin/psfonts @@ -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+' "$@"