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 12, 2024
1 parent 0f9656a commit cf09c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
esac
fi
_s_shell="$(basename "${3:?}")" || _s_shell="${3?}"
test "${_s_shell?}" != 'sh' || _s_shell="${2:?}" # Needed for bosh
echo "_${_s_shell?}_"
if test "${1:?}" = 'cmdline.sh'; then
case "${_s_shell?}" in
Expand Down

0 comments on commit cf09c0d

Please sign in to comment.