Bugfix lower_case for develop-branch check

This commit is contained in:
Philipp Holzer 2019-03-24 13:46:23 +01:00
parent 0d190b35dd
commit 0d3053cffd
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
7 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi

View File

@ -20,7 +20,7 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
if echo "{$friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi