scripts/bootstrap-bash: default to prefix redirector for GLEP 57 #230
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
scripts/bootstrap-bash.sh#L17
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
build:
scripts/bootstrap-bash.sh#L19
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
build:
scripts/bootstrap-bash.sh#L80
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
build:
scripts/bootstrap-prefix.sh#L21
Use "$@" (with quotes) to prevent whitespace problems.
|
build:
scripts/bootstrap-prefix.sh#L87
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
build:
scripts/bootstrap-prefix.sh#L108
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
|