Pau Espin Pedrol has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/03/10703/1

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: newchange
Gerrit-Change-Id: I40376c99d44552d9b8023fca8d319a9312b0fbb0
Gerrit-Change-Number: 10703
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to