Skip to content

Commit a4f3bf9

Browse files
authored
move shebang a bit
1 parent ea98215 commit a4f3bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sentry/platform/systrap/sysmsg/gen_offsets_go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Copyright 2020 The gVisor Authors.
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +18,6 @@
1618
# * byte array with the sysmsg stub binary blob.
1719
# * set of variables with addresses of exported symbols.
1820

19-
#!/bin/bash
20-
2121
set -e
2222
set -u
2323

0 commit comments

Comments
 (0)