diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
commit | 66f73b62a4ed147b229237407a00688e61f96d5a (patch) | |
tree | 83e36258ada8be05220b976b350d580a36733565 /testsuite/systemtap.examples/process/sleepingBeauties.stp | |
parent | 2e66901da2ffed2261784f458a2fc57d6f059725 (diff) | |
download | systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.gz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.xz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.zip |
Clean up examples
Diffstat (limited to 'testsuite/systemtap.examples/process/sleepingBeauties.stp')
-rwxr-xr-x | testsuite/systemtap.examples/process/sleepingBeauties.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/process/sleepingBeauties.stp b/testsuite/systemtap.examples/process/sleepingBeauties.stp index 64c563a3..143fbe1c 100755 --- a/testsuite/systemtap.examples/process/sleepingBeauties.stp +++ b/testsuite/systemtap.examples/process/sleepingBeauties.stp @@ -1,4 +1,4 @@ -#! /usr/bin/stap +#! /usr/bin/env stap function time () { return gettimeofday_ms() } global time_name = "ms" |