summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-08-30 09:42:43 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-08-30 09:42:43 +0200
commita221c1931fbe50164b91d61068458778f27c68a2 (patch)
tree84558bec66432d3c69d7b7445b434b1a2cb73fc0 /container-core
parent6309ac5e24e2e85e324a7d499a84aef0bcd39326 (diff)
Use 'bash' in shebang
Diffstat (limited to 'container-core')
-rwxr-xr-xcontainer-core/src/main/sh/vespa-jvm-dumper2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/sh/vespa-jvm-dumper b/container-core/src/main/sh/vespa-jvm-dumper
index 7accb5351c9..4710c9c9d9f 100755
--- a/container-core/src/main/sh/vespa-jvm-dumper
+++ b/container-core/src/main/sh/vespa-jvm-dumper
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# BEGIN environment bootstrap section