From 7c3c9fdea35407ea4690424ca4da1741af79310d Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 2 May 2013 11:32:24 -0700 Subject: Update python scripts to find user's preferred python binary through env. --- scripts/bootprog.py | 2 +- scripts/gdb.py | 2 +- scripts/hexprog.py | 2 +- scripts/stm32_mem.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bootprog.py b/scripts/bootprog.py index 01352b9..ab78325 100755 --- a/scripts/bootprog.py +++ b/scripts/bootprog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # bootprog.py: STM32 SystemMemory Production Programmer -- version 1.1 # Copyright (C) 2011 Black Sphere Technologies diff --git a/scripts/gdb.py b/scripts/gdb.py index 75852b8..ed0b4e2 100644 --- a/scripts/gdb.py +++ b/scripts/gdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # gdb.py: Python module for low level GDB protocol implementation # Copyright (C) 2009 Black Sphere Technologies diff --git a/scripts/hexprog.py b/scripts/hexprog.py index 128e55e..ccfb43c 100755 --- a/scripts/hexprog.py +++ b/scripts/hexprog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # hexprog.py: Python application to flash a target with an Intel hex file # Copyright (C) 2011 Black Sphere Technologies diff --git a/scripts/stm32_mem.py b/scripts/stm32_mem.py index 10fea9d..9f2e228 100755 --- a/scripts/stm32_mem.py +++ b/scripts/stm32_mem.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # stm32_mem.py: STM32 memory access using USB DFU class # Copyright (C) 2011 Black Sphere Technologies -- cgit v1.2.3