diff options
author | William Cohen <wcohen@redhat.com> | 2009-04-17 15:53:38 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-04-17 15:53:38 -0400 |
commit | 7c806934696e39dc9ee488ee00d2ffde18ce1ba0 (patch) | |
tree | 140cb10b5f64bdf72ea49e0077430c0231db2c0b /testsuite/systemtap.examples/network | |
parent | 0e4901b0e6524c4ed5f9b5f3ab0f2a1d1dbd86d6 (diff) | |
download | systemtap-steved-7c806934696e39dc9ee488ee00d2ffde18ce1ba0.tar.gz systemtap-steved-7c806934696e39dc9ee488ee00d2ffde18ce1ba0.tar.xz systemtap-steved-7c806934696e39dc9ee488ee00d2ffde18ce1ba0.zip |
Make dropwatch.stp executable and have correct interpreter.
Diffstat (limited to 'testsuite/systemtap.examples/network')
-rwxr-xr-x[-rw-r--r--] | testsuite/systemtap.examples/network/dropwatch.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/network/dropwatch.stp b/testsuite/systemtap.examples/network/dropwatch.stp index bba7ecd2..79d50a4e 100644..100755 --- a/testsuite/systemtap.examples/network/dropwatch.stp +++ b/testsuite/systemtap.examples/network/dropwatch.stp @@ -1,4 +1,4 @@ -#!/usr/bin/stap +#! /usr/bin/env stap ############################################################ # Dropwatch.stp |