diff options
author | rsc <devnull@localhost> | 2006-01-18 16:57:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-01-18 16:57:55 +0000 |
commit | bebed446d09081a3cd7e25bdb536de1364e50cd6 (patch) | |
tree | 505d7de8a61b434f73cca296004e591e9ad6a458 /bin | |
parent | f729f79ca2feeeaf3e19734e25482ccb618c043f (diff) | |
download | plan9port-bebed446d09081a3cd7e25bdb536de1364e50cd6.tar.gz plan9port-bebed446d09081a3cd7e25bdb536de1364e50cd6.tar.bz2 plan9port-bebed446d09081a3cd7e25bdb536de1364e50cd6.zip |
add fonts
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/psv | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/bin/sh +# add plan 9 postscript fonts +GS_FONTPATH=$GS_FONTPATH:$PLAN9/postscript/font +export GS_FONTPATH + # # gv has decided to rename all its -foo options to --foo. # |