DroidsOnRoids / bitrise-step-sonarqube-scanner

Step for running SonarQube Scanner CLI
MIT License
6 stars 19 forks source link

Removing echo "-n" flag. #13

Closed lpusok closed 4 years ago

lpusok commented 4 years ago

The /bin/echo binary and shell builtins can behave differently and not support the -n flag. (https://www.shellscript.sh/tips/echo/)

Adding debug logging for the sonarqube binary.

lpusok commented 4 years ago

Hello @koral-- , please check.