From 1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:47:35 -0600 Subject: Rename kde-config to tde-config --- scripts/cvsblame | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cvsblame') diff --git a/scripts/cvsblame b/scripts/cvsblame index bd3635ed..5d155f24 100755 --- a/scripts/cvsblame +++ b/scripts/cvsblame @@ -45,7 +45,7 @@ Bernd Gehrmann =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"; -- cgit v1.2.1