Skip to content

Commit c49e0bf

Browse files
ioterwgvisor-bot
authored andcommitted
move shebang a bit
shebang seems to be a bit far from first line. moved it a bit FUTURE_COPYBARA_INTEGRATE_REVIEW=#11996 from ioterw:shebang a4f3bf9 PiperOrigin-RevId: 796663569
1 parent 14ff9ab commit c49e0bf

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)