Commit ed82d2cb authored by Vitaly Lipatov's avatar Vitaly Lipatov

add_changelog will break if LC_ALL is set to non C, so drop out workaround

parent fd51c53c
...@@ -167,8 +167,7 @@ add_changelog_helper() ...@@ -167,8 +167,7 @@ add_changelog_helper()
return 1 return 1
fi fi
[ -z "$SPECS" ] && fatal "run add_changelog with incorrect args" [ -z "$SPECS" ] && fatal "run add_changelog with incorrect args"
# add_changelog broken for LC_DATE add_changelog -e "$DESC" $SPECS
LC_ALL=C add_changelog -e "$DESC" $SPECS
R=$? R=$?
[ -z "$EDITOR" ] && { echo "skip changelog editing without EDITOR var"; return 1 ; } [ -z "$EDITOR" ] && { echo "skip changelog editing without EDITOR var"; return 1 ; }
# If changelog sucessfully added # 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