diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-28 00:04:29 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-28 00:04:29 +0000 |
commit | b568c1729c72184f8ae8219db7342e42c13458ef (patch) | |
tree | 6b74be51f3663a8c0577d74fe55bab2f77981048 /runsc/main.go | |
parent | fe0e756ca8cca14bd299659e4cb43b4262980bb1 (diff) | |
parent | 316394ee8920cd4dc84e031278e5d336d9db0944 (diff) |
Merge release-20200413.0-9-g316394e (automated)
Diffstat (limited to 'runsc/main.go')
-rw-r--r-- | runsc/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/main.go b/runsc/main.go index 2baba90f8..8e594c58e 100644 --- a/runsc/main.go +++ b/runsc/main.go @@ -330,7 +330,7 @@ func main() { log.Infof("Exiting with status: %v", ws) if ws.Signaled() { // No good way to return it, emulate what the shell does. Maybe raise - // signall to self? + // signal to self? os.Exit(128 + int(ws.Signal())) } os.Exit(ws.ExitStatus()) |