summaryrefslogtreecommitdiffstats
path: root/stap-client
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-02 16:40:13 -0500
committerDave Brolley <brolley@redhat.com>2009-12-02 16:40:13 -0500
commit5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb (patch)
treea7a927d0eaa3d93fc2dd91b8ce101b6a7b5f4b25 /stap-client
parentd2c9f522a4d68e33d89cfc6d34288a3e83903da4 (diff)
downloadsystemtap-steved-5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb.tar.gz
systemtap-steved-5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb.tar.xz
systemtap-steved-5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb.zip
No need to pass -c option to the server.
Diffstat (limited to 'stap-client')
-rwxr-xr-xstap-client3
1 files changed, 1 insertions, 2 deletions
diff --git a/stap-client b/stap-client
index 68584e1b..e5f2d941 100755
--- a/stap-client
+++ b/stap-client
@@ -331,7 +331,6 @@ function process_server {
# Process the -c flag.
function process_c {
c_cmd="$1"
- cmdline2="${cmdline2} -c '$1'"
}
# function: process_e ARGUMENT
@@ -838,7 +837,7 @@ function maybe_call_staprun {
# Run it in the background and wait for it. This
# way any signals sent to us can be caught.
if test $v_level -ge 2; then
- echo "running `which staprun` $staprun_opts $module_name.ko" >&2
+ echo "running `staprun_PATH` $staprun_opts $module_name.ko" >&2
fi
eval `staprun_PATH` "$staprun_opts" $module_name.ko
rc=$?