summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Teo <eteo@redhat.com>2009-04-05 11:52:44 +0800
committerEugene Teo <eteo@redhat.com>2009-04-05 11:52:44 +0800
commita03c97419b5192fd594afb1f84e9ae4d0801e3a9 (patch)
treed026c5f2fa40d41790b6786f46b783fb0777f12a
parentf68afd7e0d3404a1b830982ec0eed0b1e392b203 (diff)
downloadsystemtap-steved-a03c97419b5192fd594afb1f84e9ae4d0801e3a9.tar.gz
systemtap-steved-a03c97419b5192fd594afb1f84e9ae4d0801e3a9.tar.xz
systemtap-steved-a03c97419b5192fd594afb1f84e9ae4d0801e3a9.zip
Amend process/errsnoop.stp shebang
-rwxr-xr-xtestsuite/systemtap.examples/process/errsnoop.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/process/errsnoop.stp b/testsuite/systemtap.examples/process/errsnoop.stp
index d9fba3b7..a3f17b77 100755
--- a/testsuite/systemtap.examples/process/errsnoop.stp
+++ b/testsuite/systemtap.examples/process/errsnoop.stp
@@ -1,4 +1,5 @@
-#!/usr/bin/env stap
+#!/bin/sh
+//usr/bin/env stap -DMAXMAPENTRIES=20480 $0 $@; exit $?
# errsnoop.stp
# Copyright (C) 2009 Red Hat, Inc., Eugene Teo <eteo@redhat.com>
#