Skip to content

Commit f162570

Browse files
author
Zachary Scott
authored
Merge pull request #47 from unak/patch-1
Should remain references to `MRUBY_VERSION` in Rakefile
2 parents acea913 + 7f73964 commit f162570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mrblib/mruby-cli/setup.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def rakefile
318318
319319
file :mruby do
320320
#sh "git clone --depth=1 https://github.com/mruby/mruby"
321-
sh "curl -L --fail --retry 3 --retry-delay 1 https://github.com/mruby/mruby/archive/#{MRUBY_VERSION}.tar.gz -s -o - | tar zxf -"
322-
FileUtils.mv("mruby-#{MRUBY_VERSION}", "mruby")
321+
sh "curl -L --fail --retry 3 --retry-delay 1 https://github.com/mruby/mruby/archive/\#{MRUBY_VERSION}.tar.gz -s -o - | tar zxf -"
322+
FileUtils.mv("mruby-\#{MRUBY_VERSION}", "mruby")
323323
end
324324
325325
APP_NAME=ENV["APP_NAME"] || "#{@name}"

0 commit comments

Comments
 (0)