[Cryptech-Commits] [user/sra/pelican] 19/68: shebang

git at cryptech.is git at cryptech.is
Mon Jul 19 22:24:58 UTC 2021


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch pelican
in repository user/sra/pelican.

commit 4ba5e00d5cdd42087a76e379cc39604b2da89ea4
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Sep 13 23:08:50 2020 +0000

    shebang
---
 tools/trac2down.py | 2 +-
 tools/trac2md.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/trac2down.py b/tools/trac2down.py
index 5bb9094..c66a201 100644
--- a/tools/trac2down.py
+++ b/tools/trac2down.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 # Untested code from https://gist.githubusercontent.com/sgk/1286682/raw/b744dd2e47a68d60373ad39df87cfe8256f517af/trac2down.py
 
diff --git a/tools/trac2md.py b/tools/trac2md.py
index 99b7df0..8729faa 100755
--- a/tools/trac2md.py
+++ b/tools/trac2md.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 # Untested code from https://www.snip2code.com/Snippet/1704331/Convert-trac-markup-to-Markdown/
 



More information about the Commits mailing list