plan9port

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

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