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/helloworld.stp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/helloworld.stp') diff --git a/examples/helloworld.stp b/examples/helloworld.stp index 82e406af..c1e50c0f 100644 --- a/examples/helloworld.stp +++ b/examples/helloworld.stp @@ -1 +1,2 @@ +#! /usr/bin/stap probe begin { log("hello world") exit () } -- cgit