Skip to content

scripts/bootstrap-prefix: fix Gentoo host shortcut path #248

scripts/bootstrap-prefix: fix Gentoo host shortcut path

scripts/bootstrap-prefix: fix Gentoo host shortcut path #248

Triggered via push March 29, 2024 11:52
Status Failure
Total duration 15s
Artifacts

scripts.yml

on: push
Fit to window
Zoom out
Zoom in

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-prefix.sh#L208
Declare and assign separately to avoid masking return values.
build: scripts/bootstrap-prefix.sh#L728
Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
build: scripts/bootstrap-prefix.sh#L730
Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
build: scripts/bootstrap-prefix.sh#L983
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
build: scripts/bootstrap-prefix.sh#L1245
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
build: scripts/bootstrap-prefix.sh#L1250
Remove space after = if trying to assign a value (for empty string, use var='' ... ).