Navigation Menu

Skip to content

Commit

Permalink
Short a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 6, 2015
1 parent 015ac73 commit d07340c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/groonga/extconf.rb
Expand Up @@ -192,8 +192,9 @@ def build_groonga_from_git(major, minor, micro)
FileUtils.rm_rf("groonga")
message(" done\n")

repository_url = "https://github.com/groonga/groonga"
run_command("cloning...",
"git clone --recursive --depth 1 https://github.com/groonga/groonga")
"git clone --recursive --depth 1 #{repository_url}")

Dir.chdir("groonga") do
run_command("running autogen.sh...",
Expand Down

0 comments on commit d07340c

Please sign in to comment.