summarylogtreecommitdiffstats
path: root/slic3r.pl
blob: fd8c89ac2c53437d772e9a757cbd7d90de9fbadc (plain)
1
2
3
4
#!/bin/bash
# This scrips is easy fix to perl and slic3r local problem
export LC_ALL=C
exec /usr/bin/vendor_perl/slic3r.pl "$@"