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