diff options
author | hunt <hunt> | 2007-11-09 21:06:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-11-09 21:06:11 +0000 |
commit | 4405ffef373aa53bfc1e93f70d481dcb095397ed (patch) | |
tree | 99f11fada3180f661cfc6dce92f8ce0efd3d194c /examples/sigmon.stp | |
parent | 185457afd0b9b00f835e2bedcd6801aae432b699 (diff) | |
download | systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.gz systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.xz systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.zip |
2007-11-09 Martin Hunt <hunt@redhat.com>
* README: New.
* *.stp. Fix path. See PR 4718.
Diffstat (limited to 'examples/sigmon.stp')
-rwxr-xr-x | examples/sigmon.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sigmon.stp b/examples/sigmon.stp index 42cb1892..31d7822e 100755 --- a/examples/sigmon.stp +++ b/examples/sigmon.stp @@ -1,4 +1,4 @@ -#! /usr/bin/stap +#! /usr/bin/env stap # Copyright (C) 2006 IBM Corp. # |