diff options
author | fche <fche> | 2007-08-09 16:21:43 +0000 |
---|---|---|
committer | fche <fche> | 2007-08-09 16:21:43 +0000 |
commit | 991c8c53e952bad58f05b44c986c2870d1282260 (patch) | |
tree | 1723b5710070e491405ac639aee052aac1c5401e /examples/syscalls_by_proc.stp | |
parent | 802e6327ff8c78b203cede5a178626633ba18fcc (diff) | |
download | systemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.tar.gz systemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.tar.xz systemtap-steved-991c8c53e952bad58f05b44c986c2870d1282260.zip |
2007-08-09 Frank Ch. Eigler <fche@elastic.org>
PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>:
* *.stp: Make all shell scripts lead with #! /usr/bin/stap
Diffstat (limited to 'examples/syscalls_by_proc.stp')
-rwxr-xr-x | examples/syscalls_by_proc.stp | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |