Skip to content

shellcheck: Fix remaining warnings in scripts.#4242

Merged
grandixximo merged 1 commit into
LinuxCNC:masterfrom
BsAtHome:fix_shellcheck_lastones
Jul 16, 2026
Merged

shellcheck: Fix remaining warnings in scripts.#4242
grandixximo merged 1 commit into
LinuxCNC:masterfrom
BsAtHome:fix_shellcheck_lastones

Conversation

@BsAtHome

Copy link
Copy Markdown
Contributor

This cleans up the last of the shellcheck warnings seen in CI. The clean source tree is does no longer contain any messages in the scripts.

However, there is one left after running configure in the expanded linuxcnc script. This is in the quoted value of the LINUXCNC_CONFIG_PATH that contains a path and the first entry starts with a tilde. However, quoted strings are not tilde expanded and shellcheck complains.

The expansion comes from configure.ac and is probably meant to be expanded to the user running LinuxCNC. But it seems to be broken the way it is done. After searching, the LINUXCNC_CONFIG_PATH environment variable is apparently not used, anywhere. So maybe it should be removed.

Comment thread docs/src/asciideps
@grandixximo
grandixximo merged commit 532a78d into LinuxCNC:master Jul 16, 2026
16 checks passed
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.

2 participants