From 9b13548a866cdf092d5f3be64a8516f90767fa3b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 29 Jun 2017 10:23:02 +0200 Subject: [PATCH] Fix bug --- build-scripts/frontend-build-env/create_frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/frontend-build-env/create_frontend.sh b/build-scripts/frontend-build-env/create_frontend.sh index db113af..6e04549 100755 --- a/build-scripts/frontend-build-env/create_frontend.sh +++ b/build-scripts/frontend-build-env/create_frontend.sh @@ -54,7 +54,7 @@ while [[ $# -gt 0 ]]; do shift ;; -b|--branch) - BRANCH=$1 + BRANCH=$2 shift ;; *)