From 5efa2eea8a5ee6310cdfbc0afc0b1767f06ea368 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 15 Jul 2013 21:17:09 +0200 Subject: [PATCH] fix python shebang --- dist/tools/pyterm/pyterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/pyterm/pyterm.py b/dist/tools/pyterm/pyterm.py index 9170173cbb..26b2d87588 100755 --- a/dist/tools/pyterm/pyterm.py +++ b/dist/tools/pyterm/pyterm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- import cmd, serial, sys, threading, readline, time, ConfigParser, logging, os