Skip to content

[jenkins] Fix scripts to be shellcheck-happy. - #4148

Merged
rolfbjarne merged 1 commit into
dotnet:masterfrom
rolfbjarne:tests-shellcheck
May 29, 2018
Merged

[jenkins] Fix scripts to be shellcheck-happy.#4148
rolfbjarne merged 1 commit into
dotnet:masterfrom
rolfbjarne:tests-shellcheck

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

A few general categories of fixes:

  • Sprinkle lots of quotes everywhere.
  • Don't use environment variables in the format string to printf, instead pass them as arguments.
  • Don't use backticks to execute commands (it's deprecated), use the new "$(...)" syntax instead.

A few general categories of fixes:

* Sprinkle lots of quotes everywhere.
* Don't use environment variables in the format string to printf, instead pass them as arguments.
* Don't use backticks to execute commands (it's deprecated), use the new "$(...)" syntax instead.
@monojenkins

Copy link
Copy Markdown
Contributor

Build success
Build comment file:

Provisioning succeeded
Build succeeded
API Diff (from stable)
API Diff (from PR only)
Generator Diff
Test run succeeded


@rolfbjarne
rolfbjarne merged commit c993da4 into dotnet:master May 29, 2018
rolfbjarne added a commit to rolfbjarne/macios that referenced this pull request Jun 12, 2018
A few general categories of fixes:

* Sprinkle lots of quotes everywhere.
* Don't use environment variables in the format string to printf, instead pass them as arguments.
* Don't use backticks to execute commands (it's deprecated), use the new "$(...)" syntax instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants