Correctly use Python2

This commit is contained in:
Your Name
2020-10-22 17:04:32 +03:00
committed by Liru Færs
parent e6dc4d404f
commit ca7ea4a541
21 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SAVEDIR=`pwd`

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SAVEDIR=`pwd`

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#(C) 2011 SIANA GEARZ
usage() {

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
"""\
@file setup-path.py
@brief Get the python library directory in the path, so we don't have

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""\
@file template_verifier.py
@brief Message template compatibility verifier.

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
"""\
@file update_source_contributors.py