Skip to content
Snippets Groups Projects
Commit 8fcfc59f authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Fix log placement.

parent 879bf4de
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,8 @@ if [[ -w configure.ac && -r configure.ac && \
${SED} "${sed_inplace_options[@]}" \
-e '/^AC_INIT(/s/AC_INIT(\([^,]*\),[^,]*,/AC_INIT(\1,['"${new_version}],/" \
configure.ac
# 2. import common script settings
# 2. re-import common script settings
unset log_dir
# shellcheck source=get-package-and-version.shinc
source "${script_dir}/get-package-and-version.shinc"
test -d "${log_dir}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment