diff options
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 0062abea..1c21d1c5 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -129,7 +129,6 @@ run_pass (systemtap_session& s) string stpd_cmd = string("sudo ") + string(PKGLIBDIR) + "/stpd " + (s.verbose>1 ? "" : "-q ") - + (s.merge ? "" : "-m ") + "-u " + username + " " + (s.output_file.empty() ? "" : "-o " + s.output_file + " "); |