Skip to content
Snippets Groups Projects
Commit 2c67d68b authored by Julien Malik's avatar Julien Malik
Browse files

ENH: enforce LC_NUMERIC=C for Qt gui

parent 758e32d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,8 @@ fi
# export it to make it available to otbApplicationLauncherCommandLine environment
export ITK_AUTOLOAD_PATH
# avoid numerical issues caused by locale
export LC_NUMERIC=C
# start the application
$OTB_GUI_LAUNCHER "$@"
......@@ -25,5 +25,8 @@ fi
# export it to make it available to otbApplicationLauncherCommandLine environment
export ITK_AUTOLOAD_PATH
# avoid numerical issues caused by locale
export LC_NUMERIC=C
# start the application
$OTB_GUI_LAUNCHER "$@"
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