Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev-cura1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-cura b/dev-cura
index f83b768abe..debfeb6725 100755
--- a/dev-cura
+++ b/dev-cura
@@ -1,3 +1,4 @@
#!/bin/sh
## cura
+cd "${0%/*}"
PYTHONPATH=$PYTHONPATH:. exec python ./scripts/linux/cura.py "$@"