chiark / gitweb /
dev-cura: Make into a proper script
[cura.git] / dev-cura
index 9cd99f4619e104bdce9cf3b1319961d07984af5a..f83b768abed8045abaf31baea05f86c0f7e652ee 100755 (executable)
--- a/dev-cura
+++ b/dev-cura
@@ -1,3 +1,3 @@
 #!/bin/sh
 ## cura
-PYTHONPATH=$PYTHONPATH:. python ./scripts/linux/cura.py "$@"
+PYTHONPATH=$PYTHONPATH:. exec python ./scripts/linux/cura.py "$@"