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

mjit_archflag.sh: fix bare word in the header

[ruby-dev:50674] [Bug #15319]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-11-22 06:09:07 +00:00
parent 1d5b52c35a
commit 8a15e08006

View file

@ -35,6 +35,6 @@ define_arch_flags() {
quote "MJIT_ARCHFLAG " -arch "${arch}"
done
${archs:+echo} ${archs:+'#else'}
quote "MJIT_ARCHFLAG ${arch_flag:- /* no flag */}" ${arch_flag}
quote "MJIT_ARCHFLAG /* ${arch_flag:-no flag} */" ${arch_flag}
${archs:+echo} ${archs:+'#endif'}
}