diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-09 16:37:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-10 15:35:11 +0200 |
commit | 96145726e0fc4060b4ebc86a6a06786aad696e85 (patch) | |
tree | 26708976404a66c419f8fc3e4dcee274fbefe46a /bbot/worker/worker.cxx | |
parent | c63815eb8a8e60ee615182348106a7be1b5e2f18 (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 6040d9e..1d4c454 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 |