1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-29 09:49:28 +03:00

Set language to solve problems with non english installations

This commit is contained in:
Javi Fontan
2012-05-16 11:36:54 +02:00
parent c04f52fc5f
commit ed0a502dc4

View File

@ -14,6 +14,8 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
export LANG=C
# Paths for utilities
export PATH=/bin:/sbin:/usr/bin:$PATH
AWK=awk