From f6bc1f5c2e2f925b1d3babf8feb0e5d5331ed070 Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Thu, 31 Aug 2006 17:07:59 +0000 Subject: [PATCH] scripts/sunrise-commit: Updated for inclusion in the new app-portage/overlay-utils ebuild; this version will not function without overlay-utils installed svn path=/sunrise/; revision=1072 --- scripts/sunrise-commit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/sunrise-commit b/scripts/sunrise-commit index c64a5b5ef..3fa2b510d 100755 --- a/scripts/sunrise-commit +++ b/scripts/sunrise-commit @@ -64,8 +64,9 @@ changelog_append() { esac fi ebegin "Appending/creating ChangeLog" - [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog" - $ec "$*" + # [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog" + # $ec "$*" + echangelog-tng "$*" eend $? fi } -- 2.43.2