diff options
author | 2006-08-31 17:34:16 +0000 | |
---|---|---|
committer | 2006-08-31 17:34:16 +0000 | |
commit | b52b4dab560dd4119b70c91ff204ad64523e7db3 (patch) | |
tree | 25f7ce4dc973a1e3093fad975679e7abcf8e92f9 /scripts | |
parent | scripts/sunrise-commit: Updated for inclusion in the new app-portage/overlay-... (diff) | |
download | sunrise-b52b4dab560dd4119b70c91ff204ad64523e7db3.tar.gz sunrise-b52b4dab560dd4119b70c91ff204ad64523e7db3.tar.bz2 sunrise-b52b4dab560dd4119b70c91ff204ad64523e7db3.zip |
scripts/sunrise-commit: Reverting to previous
svn path=/sunrise/; revision=1074
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sunrise-commit | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/sunrise-commit b/scripts/sunrise-commit index 3fa2b510d..c64a5b5ef 100755 --- a/scripts/sunrise-commit +++ b/scripts/sunrise-commit @@ -64,9 +64,8 @@ changelog_append() { esac fi ebegin "Appending/creating ChangeLog" - # [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog" - # $ec "$*" - echangelog-tng "$*" + [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog" + $ec "$*" eend $? fi } |