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 d510331 commit a07e20aCopy full SHA for a07e20a
1 file changed
scripts/build-and-test.sh
@@ -11,7 +11,7 @@ run_for() {
11
interp=$1
12
lua_version=$2
13
14
- if ! command -v "$interp" >/dev/null 2>&1; then
+ if ! command -v "$interp" > /dev/null 2>&1; then
15
printf 'skip %s: interpreter not found\n' "$interp"
16
return 0
17
fi
0 commit comments