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/futexes.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/futexes.stp') diff --git a/examples/futexes.stp b/examples/futexes.stp index 608ce0de..78af3c92 100644 --- a/examples/futexes.stp +++ b/examples/futexes.stp @@ -1,4 +1,4 @@ -#! stap +#! /usr/bin/stap # This script tries to identify contended user-space locks by hooking # into the futex system call. -- cgit