Change in libosmocore[master]: osmo-release.sh: Add quotes to string to fix shellcheck warning

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Aug 30 12:09:34 UTC 2018


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180830/27d6d794/attachment.htm>


More information about the gerrit-log mailing list