Merge pull request #4130 from Benitoite/patch-1

AppleLocale / executable loader fix
This commit is contained in:
Floessie
2017-10-04 14:41:02 +02:00
committed by GitHub

View File

@@ -48,4 +48,7 @@ esac
#fi
#ln -sf "${app}" /tmp
AppleLocale=`defaults read -g AppleLocale`
export LANG=${AppleLocale%@*}.UTF-8
exec "${cwd}/rawtherapee-bin" "$@"