mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -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") {
|
elsif ($ARGV[0] eq "-c") {
|
||||||
# use this path to curl instead of default
|
# use this path to curl instead of default
|
||||||
$CURL=$ARGV[1];
|
$DBGCURL=$CURL=$ARGV[1];
|
||||||
shift @ARGV;
|
shift @ARGV;
|
||||||
}
|
}
|
||||||
elsif ($ARGV[0] eq "-d") {
|
elsif ($ARGV[0] eq "-d") {
|
||||||
|
Loading…
Reference in New Issue
Block a user