summaryrefslogtreecommitdiffstats
path: root/examples/sleeptime.stp
diff options
context:
space:
mode:
authorhunt <hunt>2007-11-09 21:06:11 +0000
committerhunt <hunt>2007-11-09 21:06:11 +0000
commit4405ffef373aa53bfc1e93f70d481dcb095397ed (patch)
tree99f11fada3180f661cfc6dce92f8ce0efd3d194c /examples/sleeptime.stp
parent185457afd0b9b00f835e2bedcd6801aae432b699 (diff)
downloadsystemtap-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/sleeptime.stp')
-rwxr-xr-x[-rw-r--r--]examples/sleeptime.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sleeptime.stp b/examples/sleeptime.stp
index 3234048f..252e50cc 100644..100755
--- a/examples/sleeptime.stp
+++ b/examples/sleeptime.stp
@@ -1,4 +1,5 @@
-#! /usr/bin/stap
+#! /usr/bin/env stap
+
/*
* Copyright (C) 2006 Daniel Berrange, Red Hat Inc.
* Copyright (C) 2007 Will Cohen, Red Hat, Inc.