Skip to content

Commit acea913

Browse files
author
Zachary Scott
authored
Merge pull request #48 from tagomoris/remove-additional-quote
remove additional double quote
2 parents 287d156 + b648c50 commit acea913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mrblib/mruby-cli/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def rakefile
347347
`\#{target.cc.command} --version`
348348
abort("Command \#{target.cc.command} for \#{target.name} is missing.") unless $?.success?
349349
end
350-
%W(\#{mruby_root}/build/x86_64-pc-linux-gnu/bin/\#{APP_NAME} \#{mruby_root}/build/i686-pc-linux-gnu/\#{APP_NAME}").each do |bin|
350+
%W(\#{mruby_root}/build/x86_64-pc-linux-gnu/bin/\#{APP_NAME} \#{mruby_root}/build/i686-pc-linux-gnu/\#{APP_NAME}).each do |bin|
351351
sh "strip --strip-unneeded \#{bin}" if File.exist?(bin)
352352
end
353353
end

0 commit comments

Comments
 (0)