From c2cfe591ee439ab1a3aa19956675376b2337682d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 25 Oct 2016 08:00:15 +0200 Subject: [PATCH] Fix python #! and exec rights --- Software/chamlog.py | 2 +- Software/chamtool.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 Software/chamlog.py mode change 100644 => 100755 Software/chamtool.py diff --git a/Software/chamlog.py b/Software/chamlog.py old mode 100644 new mode 100755 index 4ac2582f..93946300 --- a/Software/chamlog.py +++ b/Software/chamlog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Command line tool to analyze binary dump files from the Chameleon # Authors: Simon K. (simon.kueppers@rub.de) diff --git a/Software/chamtool.py b/Software/chamtool.py old mode 100644 new mode 100755 index 1cc272a7..6f97a966 --- a/Software/chamtool.py +++ b/Software/chamtool.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Command line tool to control the Chameleon through command line # Authors: Simon K. (simon.kueppers@rub.de)