Commit 5373a8f9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix add_changelog (LC_ALL=C)

parent 5b1bba66
......@@ -156,7 +156,8 @@ add_changelog_helper()
return 1
fi
[ -z "$SPECS" ] && fatal "run add_changelog with incorrect args"
add_changelog -e "$DESC" $SPECS
# add_changelog broken for LC_DATE
LC_ALL=C add_changelog -e "$DESC" $SPECS
R=$?
[ -z "$EDITOR" ] && { echo "skip changelog editing without EDITOR var"; return 1 ; }
# If changelog sucessfully added
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment