summaryrefslogtreecommitdiffstats
path: root/run-stap.in
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-04-02 18:59:03 -0700
committerJosh Stone <jistone@redhat.com>2009-04-02 19:00:00 -0700
commitb516e13ac098181536ae7281a8263e8f5b3553eb (patch)
tree47f4bcb56a70daee58b59b77a2043782e8612558 /run-stap.in
parentb9e80fe13706ae1c820e565e9b26f00b5f5a8dca (diff)
downloadsystemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.tar.gz
systemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.tar.xz
systemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.zip
Really fix run-stap this time, I promise!
Diffstat (limited to 'run-stap.in')
-rw-r--r--run-stap.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-stap.in b/run-stap.in
index 1bfb6a77..8b150ece 100644
--- a/run-stap.in
+++ b/run-stap.in
@@ -19,7 +19,7 @@ esac
# Set all the variables to find the source and build trees.
SYSTEMTAP_TAPSET="${srcdir}/tapset"
SYSTEMTAP_RUNTIME="${srcdir}/runtime"
-SYSTEMTAP_STAPRUN="sudo -P builddir='${builddir}' ${builddir}/run-staprun"
+SYSTEMTAP_STAPRUN="${builddir}/run-staprun"
export SYSTEMTAP_TAPSET SYSTEMTAP_RUNTIME SYSTEMTAP_STAPRUN
# If there were private elfutils libs built, use them.