From a783cc12b23eca5cc4a8f51a1d01fed614e69d81 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Wed, 9 May 2012 17:58:26 -0400 Subject: [PATCH] absPathToExecutable is not in ksb::Util, fix call. I had thought I had already moved absPathToExecutable into ksb::Util, but as it turns out I had not done so quite yet. This caused my bugfix for bug 299577 to instead cause a crash, sorry about that. :( BUG:299577 --- kdesrc-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdesrc-build b/kdesrc-build index 75ce053..25e7c2d 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -3474,7 +3474,7 @@ EOF sub absPathToQMake { my @possibilities = qw/qmake qmake4 qmake-qt4 qmake-mac/; - return grep { absPathToExecutable($_) } @possibilities; + return grep { main::absPathToExecutable($_) } @possibilities; } # Return value style: boolean