]> source.dussan.org Git - sonarqube.git/commit
Fix quoting issues causing a failure in OSX, and other quality issues (#2851)
authorJanos Gyerik <janos.gyerik@sonarsource.com>
Fri, 12 Jan 2018 14:52:19 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 14:52:19 +0000 (15:52 +0100)
commit8149055e1f45ba97698409b5672d750a109a5f32
treed0ad4d22f8546f3d73fcd6719c83608bd505ece5
parent4340fe6bec625e71ef95bbb165219557d6f190e1
Fix quoting issues causing a failure in OSX, and other quality issues (#2851)

* Avoid useless cat

* Properly quote command line arguments

* Use [ \t] instead of \s for BSD sed

* Do not delete commented out property settings, by matching strictly at start of line

* Add forgotten double-quotes

* Explicitly escape \t (advice by shellcheck.net)
scripts/property_utils.sh