1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
This commit is contained in:
Reinhard Pointner 2017-02-03 03:38:38 +08:00
parent f998fa41d9
commit 76d7364cc0
4 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,8 @@ if [ -z "$USER" ]; then
fi
# force JVM language and encoding settings
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
# add APP_ROOT to LD_LIBRARY_PATH
if [ ! -z "$LD_LIBRARY_PATH" ]; then

View File

@ -29,8 +29,8 @@ if [ -z "$USER" ]; then
fi
# force JVM language and encoding settings
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
# add APP_ROOT and PACKAGE_LIBRARY_PATH to LD_LIBRARY_PATH
if [ ! -z "$LD_LIBRARY_PATH" ]; then

View File

@ -1,6 +1,6 @@
#!/bin/bash
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
export JAVA_HOME="$SNAP/usr/lib/jvm/java-8-openjdk-$SNAP_ARCH"
# export JAVA_TOOL_OPTIONS="-javaagent:$SNAP/usr/share/java/jayatanaag.jar"

View File

@ -42,8 +42,8 @@ if [ -z "$USER" ]; then
fi
# force JVM language and encoding settings
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
# add PACKAGE_LIBRARY_PATH to LD_LIBRARY_PATH