From 1fd16209c76fc04dd0947f2f1a63c50d00bff4ad Mon Sep 17 00:00:00 2001 From: vkovtun <viktor.kovtun@id.ethz.ch> Date: Wed, 17 Aug 2022 12:07:24 +0000 Subject: [PATCH] SSDM-12747 Switched from sh to bash script declaration. (cherry picked from commit 29a804443ee981885bb86be2496c99f8febf0115) --- 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 5450652d11d..4c5c11f9ecb 100755 --- a/openbis_all/source/bash/tag_and_build_sprint.sh +++ b/openbis_all/source/bash/tag_and_build_sprint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash BIN_DIR=`dirname "$0"` usage() -- GitLab