diff --git a/pkg/sentry/platform/systrap/sysmsg/gen_offsets_go.sh b/pkg/sentry/platform/systrap/sysmsg/gen_offsets_go.sh index 7328a8e4f3..10c663bcc5 100644 --- a/pkg/sentry/platform/systrap/sysmsg/gen_offsets_go.sh +++ b/pkg/sentry/platform/systrap/sysmsg/gen_offsets_go.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright 2020 The gVisor Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,8 +18,6 @@ # * byte array with the sysmsg stub binary blob. # * set of variables with addresses of exported symbols. -#!/bin/bash - set -e set -u