Merge pull request #59 from nupplaphil/issue/bugfixings

Bugfix lower_case for develop-branch check
This commit is contained in:
Hypolite Petovan 2019-03-24 09:05:21 -04:00 committed by GitHub
commit c23f0fbbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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