From 2b3dfb3f3cf1529a20ecc9df7cbc130fd94bdad4 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Thu, 12 Oct 2017 22:29:42 +0200 Subject: [PATCH] Added comment to executable_loader.in --- tools/osx/executable_loader.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/osx/executable_loader.in b/tools/osx/executable_loader.in index b6025fe59..dcc0cabc4 100644 --- a/tools/osx/executable_loader.in +++ b/tools/osx/executable_loader.in @@ -48,6 +48,7 @@ esac #fi #ln -sf "${app}" /tmp +# Prevent crash when directory name contains special characters AppleLocale=`defaults read -g AppleLocale` export LANG=${AppleLocale%@*}.UTF-8