diff options
author | rsc <devnull@localhost> | 2006-07-23 14:36:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-23 14:36:05 +0000 |
commit | 32a580f43cdd51e6b9bbeda91d905cecf3bd68ec (patch) | |
tree | 80c3135ed6f76f12c89f73e005e78e82a1b708f0 /INSTALL | |
parent | 604b5fcda415436a4a8e42fcf764c24ae2ca9ed5 (diff) | |
download | plan9port-32a580f43cdd51e6b9bbeda91d905cecf3bd68ec.tar.gz plan9port-32a580f43cdd51e6b9bbeda91d905cecf3bd68ec.tar.bz2 plan9port-32a580f43cdd51e6b9bbeda91d905cecf3bd68ec.zip |
show current directory
Diffstat (limited to 'INSTALL')
-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 | tee install.sum +) 2>&1 | tee install.log | awk -f $PLAN9/dist/isum.awk -v'copy='install.sum |