Skip to content

Change references to ="$(expression)" from =$(expression) in scripts #669

@rocketnova

Description

@rocketnova

Related to be separate from #661. See examples in https://google.github.io/styleguide/shellguide.html#quoting

Example:

script_dir=$(dirname "$0")

Should become:

script_dir="$(dirname "$0")"

Metadata

Metadata

Assignees

Labels

scope: scriptsShell scripts and makefilestype: tech debtImprovements to code quality that don't necessarily have noticeable functional or behavior changesworkflow: self-containedDoesn't require a lot of context to pick up

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions