diff options
author | wkj <devnull@localhost> | 2006-10-16 19:31:01 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2006-10-16 19:31:01 +0000 |
commit | 067d852abe242ee1d267bcc0d652cd6bb31b7e17 (patch) | |
tree | 3d52a84706c2182478fa1d81a024cd16aca90e2a /bin | |
parent | 7e0854dae3c21d20c8756a2689a2912dab3f12a3 (diff) | |
download | plan9port-067d852abe242ee1d267bcc0d652cd6bb31b7e17.tar.gz plan9port-067d852abe242ee1d267bcc0d652cd6bb31b7e17.tar.bz2 plan9port-067d852abe242ee1d267bcc0d652cd6bb31b7e17.zip |
Invoke psdownload via the 9 script.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/psfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/psfonts b/bin/psfonts index 7cd1ae06..0d4b6061 100755 --- 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+' "$@" |