summarylogtreecommitdiffstats
path: root/slic3r.pl
diff options
context:
space:
mode:
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index fd8c89ac2c53..e9ca79651f21 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -1,4 +1,5 @@
#!/bin/bash
-# This scrips is easy fix to perl and slic3r local problem
+# This scrips is an easy fix to perl and slic3r locale problems
+# This only has to be removed after i18n support will be added (not planned)
export LC_ALL=C
exec /usr/bin/vendor_perl/slic3r.pl "$@"