From 5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 2 Dec 2009 16:40:13 -0500 Subject: [PATCH] No need to pass -c option to the server. --- stap-client | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stap-client b/stap-client index 68584e1b5..e5f2d941e 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=$? -- 2.43.5