linuxcnc/scripts
Damian Wrobel 2ae2fd77c6 Fix ERROR: ambiguous python shebang
Fixes the following sheband errors:
*** ERROR: ambiguous python shebang in
 /usr/bin/update_ini:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/plasmac_gcode.py:
 #!/usr/bin/python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/test/plasmac_test.py:
 #!/usr/bin/python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/configurator.py:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/M190:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/pmx485.py:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/pmx_test.py:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/by_machine/plasmac/materialverter.py:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/sim/gmoccapy/lathe_configs/lathehandler.py:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/sim/axis/vismach/VMC_toolchange/vmcgui:
 #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/sim/axis/vismach/rolfmill/rolfmill:
 #!/usr/bin/python. Change it to python3 (or python2) explicitly.
*** ERROR: ambiguous python shebang in
 /usr/share/doc/linuxcnc/examples/sample-configs/sim/axis/vismach/3axis-tutorial/3axis-tutorial:
 #!/usr/bin/python. Change it to python3 (or python2) explicitly.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2020-04-14 18:19:55 +02:00
..
.gitignore ignore generated files 2016-07-28 20:26:19 -05:00
decode_dmesg all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
get-deb-component-from-git build system: make the git scripts more user friendly 2015-09-16 09:09:48 -06:00
get-version-from-git build system: make the git scripts more user friendly 2015-09-16 09:09:48 -06:00
githelper.sh githelper: made new 2.8 branch, master is now 2.9~pre 2019-06-02 16:45:35 -06:00
gladevcp_demo all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
hal-histogram Merge remote-tracking branch 'origin/2.7' 2018-01-22 10:32:44 -07:00
hal_demo Freqgen has been replaced by stepgen's velocity mode 2013-12-15 17:28:22 -06:00
halcmd_twopass.in halcmd: add "twopass" version as executable script 2016-07-14 20:31:03 -05:00
halreport halreport script (new) 2018-12-10 18:06:19 -07:00
halrun.in halrun: If an inifile is specified, run it as twopass 2016-07-14 20:31:03 -05:00
haltcl.in twopass.tcl loadusr in pass0 2019-01-25 16:34:08 -07:00
latency-histogram latency-histogram fix typos in help message 2018-11-26 19:20:13 -07:00
latency-plot all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
latency-test scripts: latency-test typo 2016-10-16 12:10:25 +02:00
linuxcnc.in Merge branch '2.7' 2019-04-16 18:15:26 -07:00
linuxcnc_info linuxcnc_info outfilename, dpkg 2019-01-24 16:13:27 -07:00
linuxcnc_var.in all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
linuxcncmkdesktop.in configs/apps: new directory and .demo support 2014-03-22 06:13:56 -07:00
monitor-xhc-hb04 all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
moveoff_gui all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
platform-is-supported platform-is-supported: if we can't open the kernel config, assume vanilla 2020-04-03 16:48:59 -06:00
pyvcp_demo all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
realtime.in Merge branch '2.7' 2019-04-16 18:15:26 -07:00
rip-environment.in all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
rtapi.conf.in Remove rtai_shm again 2018-09-24 15:59:58 -05:00
runtests Implement G52 offsets 2015-12-23 15:52:56 -06:00
sim_pin sim_pin u32 pins show hex values too 2019-12-19 15:05:17 -07:00
simulate_probe simulate_probe renaming for err messages 2018-06-24 07:51:52 -07:00
swish create scripts and makefile rules for the use of the 'swish-e' full-text 2006-09-26 16:00:13 +00:00
torture.py all: update FSF address in GPL 2.0 notices 2017-09-15 13:06:22 +02:00
travis-build-test.sh build: include metadata for Travis CI integration 2016-08-14 12:14:10 -05:00
travis-install-build-deps.sh Merge branch '2.7' 2017-02-22 16:27:22 -06:00
update_ini Fix ERROR: ambiguous python shebang 2020-04-14 18:19:55 +02:00
version-is-release build system: make the git scripts more user friendly 2015-09-16 09:09:48 -06:00
xhc-hb04-accels xhc-hb04.tcl use *.jog-accel-fraction pins 2017-11-10 17:02:43 -07:00