From f11af5f9a143acb312a053ecbdb06ff5ff550d92 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger Date: Fri, 22 Aug 2014 00:00:30 +0200 Subject: [PATCH] goodfet: hardcode python version to 2.7 --- dist/tools/goodfet/goodfet.bsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/goodfet/goodfet.bsl b/dist/tools/goodfet/goodfet.bsl index afa6840c7f..8a8bbd8e22 100755 --- a/dist/tools/goodfet/goodfet.bsl +++ b/dist/tools/goodfet/goodfet.bsl @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # Serial Bootstrap Loader software for the MSP430 embedded proccessor. # # (C) 2001-2003 Chris Liechti