Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unquoted shell variables according to ShellCheck #44

Merged
merged 1 commit into from
Jun 9, 2024

Commits on Apr 8, 2024

  1. Fix unquoted shell variables according to ShellCheck

    This is just applying all the fixes suggested by
    https://www.shellcheck.net/. If you paste the old commands there (and
    optionally add a `#!/usr/bin/env bash` line at the beginning to get rid
    of the `Tips depend on target shell and yours is unknown.` message) and
    click one of the "apply all SC2086" links, you'll end up with the same
    changes.
    
    See https://github.com/koalaman/shellcheck/wiki/SC2086 for more details.
    generalmimon committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    57a74ac View commit details
    Browse the repository at this point in the history