java-21-openjdk/scripts
Andrew Hughes 5a64784bdd Fix maintenance scripts to pass shellcheck
- discover_trees.sh: Set compile-command and indentation instructions for Emacs
- discover_trees.sh: shellcheck: Do not use -o (SC2166)
- discover_trees.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- discover_trees.sh: shellcheck: Double-quote variable references (SC2086)
- generate_source_tarball.sh: Add authorship
- icedtea_sync.sh: Set compile-command and indentation instructions for Emacs
- icedtea_sync.sh: shellcheck: Double-quote variable references (SC2086)
- icedtea_sync.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: Set compile-command and indentation instructions for Emacs
- openjdk_news.sh: shellcheck: Double-quote variable references (SC2086)
- openjdk_news.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: shellcheck: Remove deprecated egrep usage (SC2196)

Related: RHEL-30946
2024-08-02 21:40:52 +01:00
..
discover_trees.sh Fix maintenance scripts to pass shellcheck 2024-08-02 21:40:52 +01:00
generate_source_tarball.sh Fix maintenance scripts to pass shellcheck 2024-08-02 21:40:52 +01:00
icedtea_sync.sh Fix maintenance scripts to pass shellcheck 2024-08-02 21:40:52 +01:00
openjdk_news.sh Fix maintenance scripts to pass shellcheck 2024-08-02 21:40:52 +01:00