- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LC_ALL (0.03 sec)
-
src/main/assemblies/files/fess
# As those strings are created by the OS, they are dependent on the configured locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 export HOSTNAME=`hostname -s` cd "$FESS_HOME" if [ "x$daemonized" = "x" ]; then fess_parms="$fess_parms -Dfess.foreground=yes"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/extensions.kt
// Use fewer parallel forks on macOs, since the agents are not very powerful. param("maxParallelForks", "2") } if (os == Os.LINUX || os == Os.MACOS) { param("env.LC_ALL", "en_US.UTF-8") } } } fun BuildSteps.checkCleanM2AndAndroidUserHome(os: Os = Os.LINUX, buildType: BuildType? = null) { script { name = "CHECK_CLEAN_M2_ANDROID_USER_HOME"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0)