From 2a7c15241ff82ca910be997f0631238fd1fb3a9a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 10:29:46 -0400 Subject: [PATCH] add meaningful message before long pause of gx --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 84c139f..3da6c2f 100755 --- a/build.sh +++ b/build.sh @@ -66,6 +66,7 @@ if [ "x$ipfs" == "xyes" ] ; then fi mkdir -p $GOPATH/src/gx/ipfs cd $GOPATH/src/gx/ipfs + echo "building stable revision, this will take a bit. to speed this part up install and run ipfs locally" $GOPATH/bin/gx get $rev cd $root $GOPATH/bin/gx install