From 216a8093dcbfc1ba0dee513d46ad8a0d26b0bc04 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 12 Mar 2014 12:43:58 +0000
Subject: [PATCH] SP-656, SWE-22: bug fixed

SVN: 31119
---
 openbis_all/source/bash/tag_and_build_sprint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/tag_and_build_sprint.sh b/openbis_all/source/bash/tag_and_build_sprint.sh
index 05219a84d79..e41d9786916 100755
--- a/openbis_all/source/bash/tag_and_build_sprint.sh
+++ b/openbis_all/source/bash/tag_and_build_sprint.sh
@@ -44,4 +44,4 @@ fi
 "$BIN_DIR/build/tag.sh" sprint/S${1}.x S${1}.${HOT_FIX_NUMBER}
 if [ $? -ne 0 ];then exit 1; fi	
 
-""$BIN_DIR/build/build.sh" sprint S${1}.x/S${1}.${HOT_FIX_NUMBER}
\ No newline at end of file
+"$BIN_DIR/build/build.sh" sprint S${1}.x/S${1}.${HOT_FIX_NUMBER}
\ No newline at end of file
-- 
GitLab