Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10703 )

Change subject: osmo-release.sh: Add quotes to string to fix shellcheck warning
......................................................................

osmo-release.sh: Add quotes to string to fix shellcheck warning

Change-Id: I40376c99d44552d9b8023fca8d319a9312b0fbb0
---
M osmo-release.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/osmo-release.sh b/osmo-release.sh
index 86b41d8..1e5a203 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -4,7 +4,7 @@

 if [ "z$REL" = "z" ]; then
        echo "No REL value specified, defaulting to 'patch' release"
-       REL=patch
+       REL="patch"
 fi

 BUMPVER=`command -v bumpversion`

--
To view, visit https://gerrit.osmocom.org/10703
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I40376c99d44552d9b8023fca8d319a9312b0fbb0
Gerrit-Change-Number: 10703
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to