summaryrefslogtreecommitdiffstats
path: root/scripts/cvsblame
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cvsblame')
-rwxr-xr-xscripts/cvsblame2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cvsblame b/scripts/cvsblame
index bd3635ed..5d155f24 100755
--- a/scripts/cvsblame
+++ b/scripts/cvsblame
@@ -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 = `tde-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";