mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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
@ -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…
Reference in New Issue
Block a user