Archived
1
0

try fixing build.sh

This commit is contained in:
Jeff Becker 2016-05-13 10:36:56 -04:00
parent 2a7c15241f
commit c86732ba5c
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -70,9 +70,7 @@ if [ "x$ipfs" == "xyes" ] ; then
$GOPATH/bin/gx get $rev
cd $root
$GOPATH/bin/gx install
set +e
go get -u -v
set -e
go get -d -v
go build -v .
cp nntpchan srndv2
else