Commit db43d00dbb4f47dc893ec7264f6ba196d27705d4

Authored by Jacob Vosmaer
1 parent fad4f2d0

Use double quotes to enable string interpolation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/software/git.rb
... ... @@ -8,7 +8,7 @@ dependency "curl"
8 8 source :url => "https://git-core.googlecode.com/files/git-#{version}.tar.gz",
9 9 :md5 => "57b966065882f83ef5879620a1e329ca"
10 10  
11   -relative_path 'git-#{version}'
  11 +relative_path "git-#{version}"
12 12  
13 13 env = {
14 14 "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include",
... ...