plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2e0480d28ef09a758500a08032f1e1f3c09cc2f6
parent cb98c6f8541314d566fe511dbd93ad37986d70e7
Author: rsc <devnull@localhost>
Date:   Fri, 14 Jan 2005 18:49:06 +0000

avoid renaming /usr/local/plan9-foo

Diffstat:
Mlib/moveplan9.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh @@ -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