]> spindle.queued.net Git - midori/commitdiff
makedist.midori: use debug.log as debuggin output
authorPaweł Forysiuk <tuxator@o2.pl>
Tue, 14 Aug 2012 12:27:49 +0000 (14:27 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 15 Aug 2012 22:19:48 +0000 (00:19 +0200)
win32/makedist/makedist.midori

index 04fd7206ce149c8d41c74844a99a2cbfc352f3db..d9a787768e1478aa15896c293105de61a231d3bd 100755 (executable)
@@ -191,8 +191,7 @@ if [ "$DEBUG_BUILD" == "" ];then
 else
     #add some gdb helper scripts
     cat > $workdir/bin/backtrace.gdb << _EOF
-set logging on
-set logging file debug.log
+set logging on debug.log
 run
 thread apply all bt
 quit