summarylogtreecommitdiffstats
path: root/slic3r.pl
diff options
context:
space:
mode:
authorChristopher Reimer2016-11-02 14:28:34 +0100
committerChristopher Reimer2016-11-02 14:28:34 +0100
commitb6e05310fc90a32f46455394e6e7853aa0fb4553 (patch)
tree899e7883e644972bd1d3c2ddf5b4abe0d83bb2c1 /slic3r.pl
parentd797d1c0057968a4d68bbe3342efa14cec490bc9 (diff)
downloadaur-b6e05310fc90a32f46455394e6e7853aa0fb4553.tar.gz
More cleanup work
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/slic3r.pl b/slic3r.pl
deleted file mode 100755
index e9ca79651f21..000000000000
--- a/slic3r.pl
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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 "$@"