summarylogtreecommitdiffstats
path: root/slic3r.pl
diff options
context:
space:
mode:
authorSwift Geek2015-01-26 00:00:04 +0000
committerKyle Keen2015-01-26 00:00:04 +0000
commit7a20104fedafc4169d4140510e5cdb1150721ac9 (patch)
tree57899f840acbe3e1511de4ffffec2dfb536097de /slic3r.pl
parent9cc581614ef6434c84ae8748cc44686474e392ce (diff)
downloadaur-7a20104fedafc4169d4140510e5cdb1150721ac9.tar.gz
Import from pkgbuild.com service
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 "$@"