We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f75852 commit 9c0d256Copy full SHA for 9c0d256
misc/releaseprep
@@ -34,7 +34,7 @@ show_usage() {
34
35
regenerate_changelog() {
36
37
- EGGVERSION=$(grep AC_INIT configure.ac| sed -e 's/AC_INIT(\[Eggdrop\],\[//g' -e 's/\],\[bugs@eggheads.org\].*//g')
+ EGGVERSION=$(grep AC_INIT configure.ac | sed -e 's/AC_INIT([^,]*,\[//' -e 's/\].*$//')
38
EGG_RC=$(grep '^#define EGG_PATCH.*' src/version.h |cut -d " " -f 3|awk '{print tolower($0)}'|sed -e 's/^"//' -e 's/"$//')
39
if ! [ $(echo $EGG_RC|grep ^rc) ]; then
40
EGG_RC=""
0 commit comments