1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Escape $@ in mjit-debug-on-fail

This commit is contained in:
Takashi Kokubun 2019-05-08 16:51:37 +09:00
parent e8e415b534
commit a1bab3d1a3
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -28,7 +28,7 @@ mjit-test1:
code: |
cat <<'EOS' > /usr/local/bin/mjit-debug-on-fail
#!/bin/bash
if ! $@; then
if ! "$@"; then
for f in $(find /tmp -type f -name "ruby_mjit*.c"); do
echo "[${f}]==="
cat "$f"