From cc57beca8d9d168ef42edb1f8b43f594105dfdf2 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 2 Feb 2010 14:17:44 +0100 Subject: [PATCH] buildok test doesn't need /usr/bin/env * testsuite/buildok/hwbkpt.stp: Just use stap directly after #!. --- testsuite/buildok/hwbkpt.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/buildok/hwbkpt.stp b/testsuite/buildok/hwbkpt.stp index 35a17bd8f..ac1a6f9c2 100755 --- a/testsuite/buildok/hwbkpt.stp +++ b/testsuite/buildok/hwbkpt.stp @@ -1,4 +1,4 @@ -#! /usr/bin/env stap -wp4 +#! stap -wp4 probe %(CONFIG_PERF_EVENTS=="y" && CONFIG_HAVE_HW_BREAKPOINT=="y" %? -- 2.43.5