diff --git a/build_dist.sh b/build_dist.sh index 876388c32..901c29b94 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -30,9 +30,17 @@ else fi long_suffix="$change_suffix-t$short_hash" -echo $change_count SHORT="$major.$minor.$patch" LONG="${SHORT}$long_suffix" GIT_HASH="$git_hash" +if [ "$1" = "shellvars" ]; then + cat <