diff options
-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+' "$@" |