summarylogtreecommitdiffstats
path: root/0001-ostra-use-python2.patch
blob: e5c8d3a1d7aed97baceac60c29452efa7ec9eff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From a97fc19cd1565a8ed711ce7dbcbd70f9e8c49d85 Mon Sep 17 00:00:00 2001
From: Cody P Schafer <dev@codyps.com>
Date: Sun, 4 Nov 2018 23:33:24 -0500
Subject: [PATCH] ostra: use python2

---
 ostra/ostra-cg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ostra/ostra-cg b/ostra/ostra-cg
index 0f4009a..917da9f 100755
--- a/ostra/ostra-cg
+++ b/ostra/ostra-cg
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 # ostra-cg - generate callgraphs from encoded trace
 #
 # Arnaldo Carvalho de Melo <acme@redhat.com>
-- 
2.19.1