URI: 
       tavoid renaming /usr/local/plan9-foo - 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 2e0480d28ef09a758500a08032f1e1f3c09cc2f6
   DIR parent cb98c6f8541314d566fe511dbd93ad37986d70e7
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 14 Jan 2005 18:49:06 +0000
       
       avoid renaming /usr/local/plan9-foo
       
       Diffstat:
         M lib/moveplan9.sh                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh
       t@@ -3,7 +3,7 @@
        p=`cleanname $PLAN9`
        cd $PLAN9
        echo "
       -        X ,s;/usr/local/plan9;$p;g
       +        X ,s;/usr/local/plan9($|/|});$p\\1;g
                X/'/w
                q
        " | sam -d `cat lib/moveplan9.files` man/man*/*.* >/dev/null 2>&1