From da1c43726afd9db0e3cb87e4b254ee7d693873b7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 20 Nov 2019 19:07:54 +0100 Subject: [PATCH] Further locking down our environment. --- test/kokoro.sh | 2 +- tools/release/kokoro-electron.sh | 2 +- tools/release/kokoro-nodejs.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/kokoro.sh b/test/kokoro.sh index 38ea41b2..667db112 100755 --- a/test/kokoro.sh +++ b/test/kokoro.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2017 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tools/release/kokoro-electron.sh b/tools/release/kokoro-electron.sh index 721b9c97..fd833503 100755 --- a/tools/release/kokoro-electron.sh +++ b/tools/release/kokoro-electron.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2018 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tools/release/kokoro-nodejs.sh b/tools/release/kokoro-nodejs.sh index 7dd89c89..7ce0a0b6 100755 --- a/tools/release/kokoro-nodejs.sh +++ b/tools/release/kokoro-nodejs.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2018 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License");