summarylogtreecommitdiffstats
path: root/slic3r.pl
diff options
context:
space:
mode:
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 "$@"