]> granicus.if.org Git - curl/commitdiff
set debug curl too when -c is used
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Dec 2004 10:10:40 +0000 (10:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Dec 2004 10:10:40 +0000 (10:10 +0000)
tests/runtests.pl

index dc4aae4b13686f50f49e6abcfee97ee9c3a50d7f..010c6ed0ffe9ea5cbe3729bfd3610d77351555b6 100755 (executable)
@@ -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") {