Skip to content

Commit

Permalink
Fix python #! and exec rights
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Oct 25, 2016
1 parent 046e289 commit c2cfe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Software/chamlog.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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. ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion Software/chamtool.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Command line tool to control the Chameleon through command line
# Authors: Simon K. ([email protected])
Expand Down

0 comments on commit c2cfe59

Please sign in to comment.