summaryrefslogtreecommitdiff
path: root/misc/test_yjit_asm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/test_yjit_asm.sh')
-rwxr-xr-xmisc/test_yjit_asm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/test_yjit_asm.sh b/misc/test_yjit_asm.sh
index cf1ae7bee5..e09d83f0fb 100755
--- a/misc/test_yjit_asm.sh
+++ b/misc/test_yjit_asm.sh
@@ -1,9 +1,9 @@
-#!/bin/bash
+#!/bin/sh
set -e
set -x
-clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 -I ${0%/*/*} ${0%/*}/yjit_asm_tests.c -o asm_test
+clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 -I "${0%/*/*}" "${0%/*}/yjit_asm_tests.c" -o asm_test
./asm_test