Skip to content
Snippets Groups Projects
Commit d2bd51ab authored by Dumez's avatar Dumez
Browse files

Fix g_stamp_svn error

"svn info" produces French string that are not properly parsed by quartus_generic.sh
parent bc602b8c
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ echo " - Site setting: ${SITE-}"
# Select tool version
if [ "${SITE-}" = "USN" ]; then
# svn info produces French string that are not properly parsed by quartus_generic.sh
export LANG=C
export LC_MESSAGES=C
if [ "${TOOLSET}" = "unb1" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1sp2
elif [ "${TOOLSET}" = "unb2" ]; then
......
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