[ARVADOS] updated: 1.1.1-127-ga181bd1

Git user git at public.curoverse.com
Fri Dec 1 09:08:50 EST 2017


Summary of changes:
 build/run-library.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  a181bd1248f843d1a261ea772808974276f5522e (commit)
      from  b4f174b43ea1103fb5a16ea15b6cc7a27b79b1b6 (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 a181bd1248f843d1a261ea772808974276f5522e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Dec 1 11:08:38 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 8f7acfb..b11a68c 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,8 +39,8 @@ format_last_commit_here() {
 }
 
 version_from_latest_tag() {
-  if [ $VERSION != "" ] ; then
-      echo $VERSION
+  if [[ $VERSION != "" ]] ; then
+      echo "$VERSION"
       new_version_tag=$VERSION
       echo "${new_version_tag}" 
   else

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list