From e2a994b1c1bde415d69ef6f89631a47c73836cdb Mon Sep 17 00:00:00 2001
From: vkovtun <viktor.kovtun@id.ethz.ch>
Date: Mon, 15 Aug 2022 12:41:29 +0000
Subject: [PATCH] SSDM-12747 Fixing an error occurring on the new build server.

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

diff --git a/openbis_all/source/bash/build/build.sh b/openbis_all/source/bash/build/build.sh
index 0925c1b0f03..6b2b43cdaa9 100755
--- a/openbis_all/source/bash/build/build.sh
+++ b/openbis_all/source/bash/build/build.sh
@@ -8,7 +8,8 @@ usage()
   exit 1
 }
 
-function move_to_file_server {
+move_to_file_server() 
+{
   echo "Moving new openBIS components to file server"
   
   OPENBIS_PATH=~openbis@d/fileserver/sprint_builds/openBIS
-- 
GitLab