capybara-webkit/lib
Mike Burns 464da69151
Hide CDPATH from make
The CDPATH environment variable, as used by zsh and GNU Bash, interacts
poorly with make, so hide it.

To see it interact poorly, prior to this diff:

    mkdir /tmp/src /tmp/test
    export CDPATH=/tmp
    rake build

When it attempts to `cd src`, it will go to `/tmp/src` instead of the
correct place in this tree.

Examples of this bug have appeared in #56, #572, and #852.

Closes #947.
2016-09-16 17:01:30 -04:00
..
capybara Bump to 1.11.1 2016-05-04 09:52:03 -04:00
capybara-webkit.rb Follow the expected gem name/require path 2011-09-26 11:33:25 -03:00
capybara_webkit_builder.rb Hide CDPATH from make 2016-09-16 17:01:30 -04:00