Skip to content

Commit a07e20a

Browse files
committed
style: improve interpreter check command syntax
1 parent d510331 commit a07e20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run_for() {
1111
interp=$1
1212
lua_version=$2
1313

14-
if ! command -v "$interp" >/dev/null 2>&1; then
14+
if ! command -v "$interp" > /dev/null 2>&1; then
1515
printf 'skip %s: interpreter not found\n' "$interp"
1616
return 0
1717
fi

0 commit comments

Comments
 (0)