]> source.dussan.org Git - sonarqube.git/commit
[script] make property_utils.sh run on OSX + improve "if grep"
authorPriit Liivak <priitliivak@gmail.com>
Mon, 23 May 2016 10:12:47 +0000 (13:12 +0300)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 23 May 2016 14:43:34 +0000 (16:43 +0200)
commit047e954bd5ea2699776ac982e0570fc301c83c18
tree22a46052aeb791991be578dcfc5d116359231255
parent5edd6db5e0e233ac77cda7e7ef5c254b2eccd875
[script] make property_utils.sh run on OSX + improve "if grep"

Now works on OSX: inline is required since in OSX providing '' as variable does not work.
More reliable OS independent version of this script.
Fixed incorrect backslash count in REGEX variable
Applied recommendations for "if grep" http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D
scripts/property_utils.sh