Commit aeb1a297 authored by Cyril David's avatar Cyril David

Patch to allow netrc buildpack[1] to work.

[1]: https://github.com/timshadel/heroku-buildpack-github-netrc
parent 683bba59
...@@ -68,7 +68,7 @@ deep-rm() { ...@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts. # subshell to avoid surprising caller with shopts.
( (
shopt -s dotglob shopt -s dotglob
rm -rf "$1"/!(tmp|.|..) rm -rf "$1"/!(.curlrc|.netrc|tmp|.|..)
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment