script/bootstrap: remove unneeded pwd

The rest of this script assumes it's already in the root of the
repository anyway.
This commit is contained in:
Mike McQuaid 2015-07-03 10:17:40 +01:00
parent 53f3d2d7a6
commit feebd878eb

@ -2,5 +2,5 @@
set -e
script/fmt
rm -rf `pwd`/bin/*
rm -rf bin/*
go run script/*.go -cmd build "$@"