From 600a3898f78cc9512419804ddab369349995c3d8 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 18 Jan 2012 10:38:10 +0100 Subject: [PATCH] fix issues in multibyte environments --- ezsync | 1 + 1 file changed, 1 insertion(+) diff --git a/ezsync b/ezsync index 4e0b810..6461b55 100755 --- a/ezsync +++ b/ezsync @@ -89,6 +89,7 @@ fi makeCoreDirectories || die "EzBuild was unable to create all necessary directories!" 1 EZNOTIFY="yes" prepareWrappers || die "EzBuild was unable to create a wrapper files!" 1 +export LC_ALL="C" trap 'die "Process killed! This may lead into unexpected problems!"' 1 2 3 9 15 17 18 23 # Load necessary public keys