summarylogtreecommitdiffstats
path: root/0001-ostra-use-python2.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-ostra-use-python2.patch')
-rw-r--r--0001-ostra-use-python2.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0001-ostra-use-python2.patch b/0001-ostra-use-python2.patch
new file mode 100644
index 000000000000..e5c8d3a1d7ae
--- /dev/null
+++ b/0001-ostra-use-python2.patch
@@ -0,0 +1,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
+