mirror of
https://github.com/curl/curl.git
synced 2026-05-20 05:16:20 +03:00
set debug curl too when -c is used
This commit is contained in:
parent
951fdeba67
commit
1225ad58bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1599,7 +1599,7 @@ do {
|
|||
}
|
||||
elsif ($ARGV[0] eq "-c") {
|
||||
# use this path to curl instead of default
|
||||
$CURL=$ARGV[1];
|
||||
$DBGCURL=$CURL=$ARGV[1];
|
||||
shift @ARGV;
|
||||
}
|
||||
elsif ($ARGV[0] eq "-d") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue