summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorphilippe colliot <fifitaneki@hotmail.com>2015-11-11 21:57:15 +0100
committerphilippe colliot <fifitaneki@hotmail.com>2015-11-11 21:57:15 +0100
commite37f3b5ebacf52f5cde66d6354ed5bfb89b62700 (patch)
tree462842914f26baaf989451d0bcecbfb8b6e2269c /src/run
parent112742a3bcadd758a0d72f93c1870d0bf6ba3a5a (diff)
downloadnavigation-e37f3b5ebacf52f5cde66d6354ed5bfb89b62700.tar.gz
minor fix of run script
Diffstat (limited to 'src/run')
-rwxr-xr-xsrc/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/run b/src/run
index 2dccce2..bdb8421 100755
--- a/src/run
+++ b/src/run
@@ -233,6 +233,9 @@ fi
trap "terminate" EXIT INT
set -e #exit on error now
+# set the language to en_US for navit
+export LANGUAGE=en_US
+
# start the automotive message broker and wait for dbus service
cd $AUTOMOTIVE_MESSAGE_BROKER_BIN_DIR
if [ "$verbose" = "1" ]