summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sunrise-commit')
-rwxr-xr-xscripts/sunrise-commit5
1 files 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
}