Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 21, 2024
1 parent e215d32 commit bc8d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
printf 'SHELL: %s - SCRIPT: %s\n\n' "${_shell_cmd:?}" "${1:?}"
_status='0'
if test "${_shell:?}" = 'busybox' || test "${_shell:?}" = 'busybox-legacy'; then
"${_shell_cmd:?}" hush "${workspace_dir:?}/${1:?}" ${2-} || _status="${?}"
"${_shell_cmd:?}" ash "${workspace_dir:?}/${1:?}" ${2-} || _status="${?}"
else
"${_shell_cmd:?}" "${workspace_dir:?}/${1:?}" ${2-} || _status="${?}"
fi
Expand Down

0 comments on commit bc8d0e5

Please sign in to comment.