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 4c869fa2..0062abea 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -128,7 +128,6 @@ run_pass (systemtap_session& s) // for now, just spawn stpd string stpd_cmd = string("sudo ") + string(PKGLIBDIR) + "/stpd " - + (s.bulk_mode ? "" : "-r ") + (s.verbose>1 ? "" : "-q ") + (s.merge ? "" : "-m ") + "-u " + username + " " |