diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-15 15:44:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-15 15:44:10 +0200 |
commit | ee4e4741bdb81920f6277dcbbda2e44738a39d31 (patch) | |
tree | 52a0c24fe9fcb6b1196283880f5aee4e848f5cd0 /libbuild2/install/rule.cxx | |
parent | e3c1bd90fd2b26225dbcbda27472ad72f1c575d4 (diff) |
Remove stray whitespace from "uninstall" command name
Diffstat (limited to 'libbuild2/install/rule.cxx')
-rw-r--r-- | libbuild2/install/rule.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/install/rule.cxx b/libbuild2/install/rule.cxx index 7e6121d..20a4bc3 100644 --- a/libbuild2/install/rule.cxx +++ b/libbuild2/install/rule.cxx @@ -1378,12 +1378,12 @@ namespace build2 if (t != nullptr) { if (name.empty ()) - print_diag ("uninstall ", *t, chd, "<-"); + print_diag ("uninstall", *t, chd, "<-"); else - print_diag ("uninstall ", *t, f, "<-"); + print_diag ("uninstall", *t, f, "<-"); } else - print_diag ("uninstall ", f); + print_diag ("uninstall", f); } uninstall_f_impl (rs, base, f, verbosity); |