diff options
Diffstat (limited to 'testsuite/buildok/two.stp')
-rwxr-xr-x | testsuite/buildok/two.stp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/buildok/two.stp b/testsuite/buildok/two.stp index 83a4705c..7453cae1 100755 --- a/testsuite/buildok/two.stp +++ b/testsuite/buildok/two.stp @@ -1,4 +1,6 @@ -#! stap -p4 +#! /bin/sh + +./stap -p4 -g $@ - <<'END' %{ #include <linux/version.h> @@ -13,4 +15,4 @@ probe begin printk("hello from systemtap, kernel version " . get_release()) } - +END |