Explorar el Código

Set locale to 'C' in vendorsetup.sh

Rafael Alvarado Navarro hace 1 año
padre
commit
5fcc3ca93f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vendorsetup.sh

+ 1 - 0
vendorsetup.sh

@@ -4,6 +4,7 @@
 
 export TARGET_ARCH="arm64-v8a"
 export FOX_DELETE_AROMAFM=1
+export LC_ALL="C"
 export FOX_VANILLA_BUILD=1
 export OF_MAINTAINER=EduardoA3677
 export ALLOW_MISSING_DEPENDENCIES=true