From 4405ffef373aa53bfc1e93f70d481dcb095397ed Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 9 Nov 2007 21:06:11 +0000 Subject: 2007-11-09 Martin Hunt * README: New. * *.stp. Fix path. See PR 4718. --- examples/helloworld.stp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 examples/helloworld.stp (limited to 'examples/helloworld.stp') diff --git a/examples/helloworld.stp b/examples/helloworld.stp old mode 100644 new mode 100755 index c1e50c0f..efe45b79 --- a/examples/helloworld.stp +++ b/examples/helloworld.stp @@ -1,2 +1,2 @@ -#! /usr/bin/stap -probe begin { log("hello world") exit () } +#! /usr/bin/env stap +probe begin { println("hello world") exit () } -- cgit