plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 8f8ef0c6a9752494a008d478be391ff915057c2e
parent d212be72202a6bdaa0d3c47667ab6710143684ec
Author: rsc <devnull@localhost>
Date:   Mon, 24 Jul 2006 19:05:01 +0000

space after -v for OS X (andrey)

Diffstat:
MINSTALL | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL @@ -116,5 +116,5 @@ if $doinstall; then echo " PLAN9=$PLAN9 export PLAN9" echo ' PATH=$PATH:$PLAN9/bin export PATH' fi -) 2>&1 | tee install.log | awk -f $PLAN9/dist/isum.awk -v'copy='install.sum +) 2>&1 | tee install.log | awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum