diff options
author | rsc <devnull@localhost> | 2004-04-24 05:01:27 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-24 05:01:27 +0000 |
commit | a463d2a6687ff22cbb49f94f365bb6bc752536a7 (patch) | |
tree | 6619a25b030c09201e8760b7d51e9817ae62e6f7 /NOTES | |
parent | 8add4a55052f6268e84d41b0d56c4ad8ec53669d (diff) | |
download | plan9port-a463d2a6687ff22cbb49f94f365bb6bc752536a7.tar.gz plan9port-a463d2a6687ff22cbb49f94f365bb6bc752536a7.tar.bz2 plan9port-a463d2a6687ff22cbb49f94f365bb6bc752536a7.zip |
s/Bwait/E
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ tree. Most of them assume /usr/local/plan9 if $PLAN9 is not set. To build and install, cd into the plan9/ directory and run "./INSTALL". This will first build "mk" and then use mk to build the rest of the system, installing libraries in plan9/lib/ and binaries in plan9/bin/. -There are a few shell scripts already included in bin -- B, Bwait, +There are a few shell scripts already included in bin -- B, E, and samsave. Arguably these directories should be broken up by architecture so that |