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

Update jvm.sh to make shellcheck happier #272

Merged
merged 5 commits into from
Aug 9, 2023
Merged

Update jvm.sh to make shellcheck happier #272

merged 5 commits into from
Aug 9, 2023

Commits on Jul 25, 2023

  1. Update jvm.sh to make shellcheck happier

    Update jvm.sh to make shellcheck and people running `set -eux` happier
    
    no unbound variables and set locals separately from assigning them
    bf4 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1429671 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. style: apply shfmt suggestions

    ```
    shfmt -f . | grep -v "/vendor/" | xargs shfmt -i 2 -d | git apply
    ```
    bf4 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a8ccb62 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f58a1ca View commit details
    Browse the repository at this point in the history
  2. ci: run with eou pipefail

    bf4 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    37cc57a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Revert "ci: run with eou pipefail"

    This reverts commit 37cc57a.
    bf4 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d92e38c View commit details
    Browse the repository at this point in the history