libpfm/libpfm4-python.patch

36 lines
986 B
Diff
Raw Normal View History

2012-06-08 14:00:34 +00:00
From fe0b30189334f048db0cab10987b9e2295c5b93c Mon Sep 17 00:00:00 2001
From: Arun Sharma <asharma@fb.com>
Date: Thu, 26 Apr 2012 17:37:02 +0200
Subject: [PATCH] drop shbang from python scripts
do not make then executable by dropping the
!/usr/bin/env python invocation.
Signed-off-by: Arun Sharma <asharma@fb.com>
---
python/src/pmu.py | 1 -
python/src/session.py | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/python/src/pmu.py b/python/src/pmu.py
index e90b72a..47c3e75 100644
--- a/python/src/pmu.py
+++ b/python/src/pmu.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#
# Copyright (c) 2008 Google, Inc.
# Contributed by Arun Sharma <arun.sharma@google.com>
diff --git a/python/src/session.py b/python/src/session.py
index df22ea6..f598aa4 100644
--- a/python/src/session.py
+++ b/python/src/session.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#
# Copyright (c) 2008 Google, Inc.
# Contributed by Arun Sharma <arun.sharma@google.com>
--
1.7.4.1