We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df40cfe commit 94b26c4Copy full SHA for 94b26c4
script-test/run.sh
@@ -128,7 +128,7 @@ for sh in $test_shells; do
128
if command -v "$sh" >/dev/null 2>&1; then
129
shells_tested="$shells_tested $sh"
130
131
- native_dialect=$(get_supported_shell_dialects "$sh")
+ native_dialect=$(get_supported_shell_dialect "$sh")
132
if [ -n "$native_dialect" ]; then
133
# shellcheck disable=SC2086 # native_dialect _should_ split
134
test_with_shell "$sh" $native_dialect sh
0 commit comments