summarylogtreecommitdiffstats
path: root/slic3r.pl
blob: e9ca79651f21d228f4a0b690dfcd510d299dc21d (plain)
1
2
3
4
5
#!/bin/bash
# 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 "$@"