summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-11-07 15:12:33 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-11-07 15:12:33 +0000
commit453a2cf7d9257c9136730c89895943f994e804f9 (patch)
treef3c35d03d6c03a3717a034ec85c4e68659e62f72 /trunk
parent1bab946c5ca62db1d233997e2ee81e13c56c9198 (diff)
downloadgentoolkit-453a2cf7d9257c9136730c89895943f994e804f9.tar.gz
Fix git support to work with git 1.6 (Bug #199805)
svn path=/; revision=517
Diffstat (limited to 'trunk')
-rw-r--r--trunk/src/echangelog/echangelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/echangelog/echangelog b/trunk/src/echangelog/echangelog
index 1a4bee7..3a5ac5b 100644
--- a/trunk/src/echangelog/echangelog
+++ b/trunk/src/echangelog/echangelog
@@ -114,7 +114,7 @@ while (<C>) {
} elsif (/^([ARMD])\s+(\S+)/) {
my ($status, $filename) = ($1,$2);
if($vcs eq "git") {
- open P, "git-rev-parse --sq --show-prefix |";
+ open P, "git rev-parse --sq --show-prefix |";
my $prefix = <P>;
$prefix = substr($prefix, 0, -1);
close P;