diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:35 -0600 |
commit | 1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e (patch) | |
tree | 52a5380babff47a9877cb02daeccca52369b47f5 /scripts/cvsblame | |
parent | 9b7ac9f8244dccfaf5bf24387ebe223cd3cbfa74 (diff) | |
download | tdesdk-1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e.tar.gz tdesdk-1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e.zip |
Rename kde-config to tde-config
Diffstat (limited to 'scripts/cvsblame')
-rwxr-xr-x | scripts/cvsblame | 2 |
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"; |