Skip to content

Commit

Permalink
Revert "build: fail nicely if somebody runs all.bash from a binary ta…
Browse files Browse the repository at this point in the history
…rball package"

This reverts commit 3d86d45.

Reason for revert: Fixing a different way. See #20008.

Change-Id: I6f4382ffdfff83a4504b013ba37100319b2c1aad
Reviewed-on: https://go-review.googlesource.com/42138
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz committed Apr 28, 2017
1 parent e8d7e5d commit 95e7897
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ if [ ! -f make.bash ]; then
echo 'all.bash must be run from $GOROOT/src' 1>&2
exit 1
fi
if [ ! -f cmd/api/run.go ]; then
echo 'all.bash cannot be run from a binary download package' 1>&2
exit 1
fi
OLDPATH="$PATH"
. ./make.bash "$@" --no-banner
bash run.bash --no-rebuild
Expand Down

0 comments on commit 95e7897

Please sign in to comment.