1
0
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:
Daniel Stenberg 2004-12-21 10:10:40 +00:00
parent 951fdeba67
commit 1225ad58bd

View File

@ -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") {