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:
parent
1d5b52c35a
commit
8a15e08006
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue