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/syscalls_by_proc.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/syscalls_by_proc.stp') diff --git a/examples/syscalls_by_proc.stp b/examples/syscalls_by_proc.stp index b28d4553..1807a46c 100755 --- a/examples/syscalls_by_proc.stp +++ b/examples/syscalls_by_proc.stp @@ -1,4 +1,4 @@ -#! stap +#! /usr/bin/stap # Copyright (C) 2006 IBM Corp. # -- cgit