Commit 1225ad58 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

set debug curl too when -c is used

parent 951fdeba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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") {