Skip to content

Commit 9927f77

Browse files
authored
Merge branch 'develop' into dkijania/revive_extract_dump_archive_test_dev
2 parents ead07b9 + d55f0df commit 9927f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/debian/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
99
# In case of running this script on detached head, script has difficulties in finding out
1010
# what is the current branch.
1111
if [[ -n "$BRANCH_NAME" ]]; then
12-
source ${SCRIPTPATH}/../export-git-env-vars.sh -b $BRANCH_NAME
12+
BRANCH_NAME="$BRANCH_NAME" source ${SCRIPTPATH}/../export-git-env-vars.sh
1313
else
1414
source ${SCRIPTPATH}/../export-git-env-vars.sh
1515
fi

0 commit comments

Comments
 (0)