summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/io_submit.stp
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-08-11 12:24:47 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-08-11 12:24:47 +0200
commita81c61ac1947cb5c13d3a758fc793a119b88b4e0 (patch)
tree5ff0d5324bbc81d361d054ce630118869063ad61 /testsuite/systemtap.examples/io/io_submit.stp
parent5b8561dccfd6d79184c044cec6bd7d01ef415acc (diff)
downloadsystemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.tar.gz
systemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.tar.xz
systemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.zip
PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.
Diffstat (limited to 'testsuite/systemtap.examples/io/io_submit.stp')
-rwxr-xr-x[-rw-r--r--]testsuite/systemtap.examples/io/io_submit.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/io_submit.stp b/testsuite/systemtap.examples/io/io_submit.stp
index 735dd6f9..7f350305 100644..100755
--- a/testsuite/systemtap.examples/io/io_submit.stp
+++ b/testsuite/systemtap.examples/io/io_submit.stp
@@ -1,4 +1,4 @@
-#!/bin/env stap
+#! /bin/env stap
#
# Copyright (C) 2007 Oracle Corp. Chris Mason <chris.mason@oracle.com>
#