Skip to content
Snippets Groups Projects
Commit acd91359 authored by Joshua Peek's avatar Joshua Peek Committed by Max Howell
Browse files

Clear CDPATH to avoid make issues that depend on changing directories

parent f150e5ec
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,8 @@ paths=ENV['PATH'].split(':').reject do |p|
end
ENV['PATH']=paths*':'
# Clear CDPATH to avoid make issues that depend on changing directories
ENV.delete('CDPATH')
def inreplace(path, before, after)
before=Regexp.escape before.to_s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment