mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
set debug curl too when -c is used
This commit is contained in:
parent
951fdeba67
commit
1225ad58bd
@ -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…
Reference in New Issue
Block a user