Skip to content
Snippets Groups Projects
Commit b457ba33 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

date should be in English

parent 4d41b225
No related branches found
No related tags found
1 merge request!954Resolve "rpm package"
...@@ -36,7 +36,7 @@ if [[ "$RPMBUILD_TEMP" =~ ' ' ]]; then ...@@ -36,7 +36,7 @@ if [[ "$RPMBUILD_TEMP" =~ ' ' ]]; then
fi fi
# current date (for automatic changelog) # current date (for automatic changelog)
CURDATE=$(date +"%a %b %d %Y") CURDATE=$(LC_ALL=C date +"%a %b %d %Y")
# clean build directories # clean build directories
rm -rf "$RPMBUILD_TEMP" rm -rf "$RPMBUILD_TEMP"
......
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