URI:
       tadd fonts - 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 bebed446d09081a3cd7e25bdb536de1364e50cd6
   DIR parent f729f79ca2feeeaf3e19734e25482ccb618c043f
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 18 Jan 2006 16:57:55 +0000
       
       add fonts
       
       Diffstat:
         M bin/psv                             |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/bin/psv b/bin/psv
       t@@ -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.
        #