switched to absolute shebangs

This commit is contained in:
Simon John 2019-09-26 20:58:19 +01:00
parent 74a7e8c861
commit 7186077a67
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import serial
import serial.tools.list_ports

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
"""
Arduino-mk Makefile and project initialiser

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
# This script sends a program on a robotis board (OpenCM9.04 or CM900)
# using the robotis bootloader (used in OpenCM IDE)

View file

@ -1,6 +1,6 @@
Name: arduino-mk
Version: 1.6.0
Release: 1%{dist}
Release: 2%{dist}
Summary: Program your Arduino from the command line
Packager: Simon John <git@the-jedi.co.uk>
URL: https://github.com/sudar/Arduino-Makefile