From fad4a735e69bc00ec94d7669ec3d81d6f9536644 Mon Sep 17 00:00:00 2001 From: j7b Date: Tue, 8 Jan 2019 12:52:47 -0800 Subject: [PATCH] tools: use env to search path for python3 --- tools/gen-device-avr.py | 2 +- tools/gen-device-svd.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gen-device-avr.py b/tools/gen-device-avr.py index 00cf7ba1..f94644a9 100755 --- a/tools/gen-device-avr.py +++ b/tools/gen-device-avr.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys import os diff --git a/tools/gen-device-svd.py b/tools/gen-device-svd.py index dcfd3a2d..2202f97f 100755 --- a/tools/gen-device-svd.py +++ b/tools/gen-device-svd.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys import os