summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-06-01 09:05:30 +0000
committerTor Egge <Tor.Egge@oath.com>2018-06-01 09:05:30 +0000
commitf5c63b22a4cd5018af37a677b375f9e4ef8e4c2f (patch)
treec6933170cd47028000c21145ddf1ecceee1157e4 /vespabase
parent5c57852b26126d72b080fb6e0893dc3d633c28c1 (diff)
Scripts using bash extensions should use bash as interpreter.
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/start-cbinaries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/start-cbinaries.sh b/vespabase/src/start-cbinaries.sh
index f81c2d9ada3..e61a3d8c8b1 100755
--- a/vespabase/src/start-cbinaries.sh
+++ b/vespabase/src/start-cbinaries.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# BEGIN environment bootstrap section