From 991c8c53e952bad58f05b44c986c2870d1282260 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 9 Aug 2007 16:21:43 +0000 Subject: 2007-08-09 Frank Ch. Eigler PR 4718, from Eugeniy Meshcheryakov : * *.stp: Make all shell scripts lead with #! /usr/bin/stap --- examples/pf2.stp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/pf2.stp') diff --git a/examples/pf2.stp b/examples/pf2.stp index dce2cdec..5773df97 100644 --- a/examples/pf2.stp +++ b/examples/pf2.stp @@ -1,4 +1,5 @@ -#! stap +#! /usr/bin/stap + global profile, pcount probe timer.profile { pcount ++ -- cgit