diff options
Diffstat (limited to 'testsuite/semok/nine.stp')
-rwxr-xr-x | testsuite/semok/nine.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp index f1a48c6f..b95eefcf 100755 --- a/testsuite/semok/nine.stp +++ b/testsuite/semok/nine.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' +stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' |