$OpenBSD: patch-kde-dev-scripts_cvsblame,v 1.2 2013/07/05 14:32:50 zhuk Exp $
Cleanup development scripts, making them more portable and secure.
Upstream review 110858: http://git.reviewboard.kde.org/r/110858/
--- kde-dev-scripts/cvsblame.orig	Fri Jun 28 22:03:13 2013
+++ kde-dev-scripts/cvsblame	Fri Jul  5 18:14:32 2013
@@ -45,7 +45,7 @@ Bernd Gehrmann <bernd@physik.hu-berlin.de>
 =cut
 
 $file = $ARGV[0];
-$outputfile = `kde-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it
+$outputfile = `kde4-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it
 ($outputfile) = split(/:/,$outputfile);
 chomp $outputfile;
 $outputfile .= "cvsblame.$$.html";
