[ARVADOS] updated: 1.1.1-141-g93965e2
Git user
git at public.curoverse.com
Mon Dec 4 10:14:05 EST 2017
Summary of changes:
build/run-library.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 93965e2d08dd7b76d4ec00a6b385f908d5edb27d (commit)
from 6fae327f04d04cb5cceaa79082e43610fbecf989 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 93965e2d08dd7b76d4ec00a6b385f908d5edb27d
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Dec 4 12:13:36 2017 -0300
12771: fix for add version as param
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index e5eb693..2eb89ce 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,8 +39,8 @@ format_last_commit_here() {
}
version_from_latest_tag() {
- if [ -n "$VERNO" ]; then
- new_version_tag="$VERNO"
+ if [ -n "${VERNO}" ]; then
+ new_version_tag="${VERNO}"
echo "${new_version_tag}"
else
# Generates a version number from the git log latest tag
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list