Skip to content

Commit

Permalink
fix rvm path
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jul 25, 2010
1 parent a38e5d2 commit 9ce4ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/extension.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ext_config = Configuration.for_if_exist?('extension') then
path = Pathname.new(extension)
parts = path.split
conf = parts.last
rvm = %x[ which rvm ].strip
rvm = File.expand_path( "~/.rvm/bin/rvm" )
Dir.chdir(path.dirname) do |d|
if File.exist?( "Makefile" ) then
sh "make clean distclean"
Expand Down

0 comments on commit 9ce4ba6

Please sign in to comment.