From a97fc19cd1565a8ed711ce7dbcbd70f9e8c49d85 Mon Sep 17 00:00:00 2001 From: Cody P Schafer 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 -- 2.19.1