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
AgeCommit message (Collapse)Author
2016-02-11Allow dev-cura to be run from directories other than where it is locatednickthetait
2016-02-10dev-cura: Make into a proper scriptIan Jackson
Firstly, move the #! to the top, as the kernels require (otherwise if you are lucky your shell can run it, but wrapper programs can't). Secondly, use `exec' to have dev-cura exec cura without forking. With these two changes, it is easier to strace dev-cura: you can run strace -ot ./dev-cura rather than strace -fot bash ./dev-cura Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2016-01-26Fix the dev-cura scriptYouness Alaoui
The shebang needs to be the first line of the script. Use python instead of /usr/bin/python Do not override PYTHONPATH, just add the current dir to it.
2015-06-11Rename executable to remove naming conflict. Fixes #122nickthetait