diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-09 16:37:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-09 16:37:31 +0200 |
commit | f76bc9bf7f2b9378102d0d34b12987170b5ae3ef (patch) | |
tree | 20e09e59c1fc0c5317337409d3e81a9eba315dbf /bbot/worker/worker.cxx | |
parent | 355fb2bf20af05ccd885279db26f9ccce669dd13 (diff) |
Don't fail hard if we were unable to suspend machine
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index a34d57b..1efeaf1 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -747,7 +747,7 @@ int main (int argc, char* argv[]) try { - // This is a little hack to make out baseutils for Windows work when called + // This is a little hack to make our baseutils for Windows work when called // with absolute path. In a nutshell, MSYS2's exec*p() doesn't search in the // parent's executable directory, only in PATH. And since we are running // without a shell (that would read /etc/profile which sets PATH to some |