mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:47:16 +03:00
set the HOME variable to the current dir, to prevent any real ~/.curlrc to
play tricks on us!
This commit is contained in:
parent
14d1da3ae0
commit
8ba410a56e
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ chomp($pwd = `pwd`);
|
|||
|
||||
# enable memory debugging if curl is compiled with it
|
||||
$ENV{'CURL_MEMDEBUG'} = 1;
|
||||
$ENV{'HOME'}=$pwd;
|
||||
|
||||
#######################################################################
|
||||
# Return the pid of the server as found in the given pid file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue