From b956528ecbbf071d39e70061c13937b841c36b28 Mon Sep 17 00:00:00 2001
From: Yves Noirjean <ynoir@bsse-vpn-241.ethz.ch>
Date: Wed, 25 Oct 2017 17:32:00 +0200
Subject: [PATCH] fixed build.sh

---
 openbis_all/source/bash/build/build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openbis_all/source/bash/build/build.sh b/openbis_all/source/bash/build/build.sh
index c235903428a..9744734ce26 100755
--- a/openbis_all/source/bash/build/build.sh
+++ b/openbis_all/source/bash/build/build.sh
@@ -18,15 +18,15 @@ function move_to_file_server {
   chmod g+w -R $SPRINT_DIR
 }
 
-if [ $# -ne 1 ]
+if [ $# -ne 2 ]
 then
 	usage
 fi
 
 TODAY=`date "+%Y-%m-%d"`
 
-branch = $1
-tag = $2
+branch=$1
+tag=$2
 
 # cd to repository root directory
 cd "$(dirname "$0")/../../../.."
-- 
GitLab