chiark / gitweb /
Fix the Debian run script to pass paramaters from the terminal.
authorAdam Goldsmith <adamgoldsmith1217@gmail.com>
Sun, 29 Sep 2013 11:58:14 +0000 (07:58 -0400)
committerAdam Goldsmith <adamgoldsmith1217@gmail.com>
Sun, 29 Sep 2013 11:58:14 +0000 (07:58 -0400)
scripts/linux/debian/usr/bin/cura

index 523a77f2f0dc780dfdac067cc1eba0d6eb7ecb66..bd9ef0e1a42cf69360611f2bb2e9978cd194fabf 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-PYTHONPATH=$PYTHONPATH:/usr/share/cura/ /usr/bin/python /usr/share/cura/cura.py
\ No newline at end of file
+PYTHONPATH=$PYTHONPATH:/usr/share/cura/ /usr/bin/python /usr/share/cura/cura.py "$@"