diff options
author | rsc <devnull@localhost> | 2006-07-24 19:05:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-24 19:05:01 +0000 |
commit | 8f8ef0c6a9752494a008d478be391ff915057c2e (patch) | |
tree | 6689f000b82e1bcb17e29137f1b3dab67b2dc3b7 | |
parent | d212be72202a6bdaa0d3c47667ab6710143684ec (diff) | |
download | plan9port-8f8ef0c6a9752494a008d478be391ff915057c2e.tar.gz plan9port-8f8ef0c6a9752494a008d478be391ff915057c2e.tar.bz2 plan9port-8f8ef0c6a9752494a008d478be391ff915057c2e.zip |
space after -v for OS X (andrey)
-rwxr-xr-x | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |