diff --git a/make.sh b/make.sh index 8365b7bc2a2aa7ebf8510df1fcbbeabe23d1cec5..9a6986bb070c535a0d9f2038c9db2f9d7f2c36d7 100755 --- a/make.sh +++ b/make.sh @@ -13,7 +13,7 @@ set -x VERSION=`cat ./VERSION` GIT_COMMIT=$(git rev-parse --short HEAD) -GIT_CHANGES=$(test -n "`git status --porcelain`" && echo "+CHANGES") +GIT_CHANGES=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true) # "bundles" indicate the different types of build artifacts: static binary, ubuntu package, etc.