Patch to allow netrc buildpack[1] to work.

[1]: https://github.com/timshadel/heroku-buildpack-github-netrc
This commit is contained in:
Cyril David
2015-03-23 05:47:01 -07:00
parent 683bba59d7
commit aeb1a297d3
+1 -1
View File
@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts.
(
shopt -s dotglob
rm -rf "$1"/!(tmp|.|..)
rm -rf "$1"/!(.curlrc|.netrc|tmp|.|..)
)
}