Skip to content

Commit e423150

Browse files
author
DrGeoff
committed
Use /usr/bin/env to find python3
1 parent 15372be commit e423150

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

ct-cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import configargparse
33
import sys
44
import ct.dirnamer

ct-cache-clean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import shutil
33
import argparse
44
import os

ct-cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
import ct.cake
44

ct-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
import configargparse
44
import ct.utils

ct-create-makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33

44
import configargparse

ct-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
import configargparse
44
import ct.configutils

ct-filelist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
import configargparse
44
import ct.utils

ct-findtargets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33

44
import configargparse

ct-headertree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
from collections import defaultdict
44
from collections import Counter

ct-jobs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python3
1+
#!/usr/bin/env python3
22
import sys
33
import configargparse
44
import ct.configutils

0 commit comments

Comments
 (0)