Commit 00093011 authored by Rob Pike's avatar Rob Pike

sudo.bash tries to install acid and db, which don't exist any more

R=rsc
CC=golang-dev
https://golang.org/cl/152117
parent 6c2ae1a6
......@@ -10,7 +10,7 @@ Darwin)
exit 0
esac
for i in acid db prof cov
for i in prof cov
do
sudo cp $GOROOT/src/cmd/$i/6$i /usr/local/bin/6$i
sudo chgrp procmod /usr/local/bin/6$i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment