| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
| |
This reverts commit b66e224d79d66086164655b9030bf6dffb2f32a2.
if FILE variable contains bash variables (such as $HOME) they are not resolved and script fails (because of 'set -euo pipefail')
|
|
|
|
| |
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
|
|
|
|
|
|
| |
namespace.
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance
|