Fix double shebang in loadgen.sh (#284)

This commit is contained in:
Daniel Sanche 2020-01-16 15:48:57 -08:00 committed by Ahmet Alp Balkan
parent 326e058e10
commit 53f2528094
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/bin/bash
#
# Copyright 2018 Google LLC
#
@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -e
trap "exit" TERM