From 30f2e158dd7bfb92b098af27b7711c53b8e54ef4 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sun, 15 May 2005 07:57:12 +0000 Subject: [PATCH] Really really obey the apidox setting. I swear Perl is starting to confuse me more and more every day, maybe I should research the difference between the and keyword and &&, because it's apparently not just precedence. svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=414050 --- kdesvn-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdesvn-build b/kdesvn-build index b421e81..8a4aa63 100755 --- a/kdesvn-build +++ b/kdesvn-build @@ -2646,7 +2646,7 @@ EOF { # Build succeeded, build docs if necessary my $apidox_result = 0; - my $build_apidox = make_apidox_supported($module) and get_option($module, 'apidox'); + my $build_apidox = make_apidox_supported($module) && get_option($module, 'apidox'); if ($build_apidox) { $apidox_result = safe_make ($module, $trynumber, 1);