From 80c5c2eb3e173f533c7999b364c1a469a3e7c17e Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Fri, 12 Jan 2024 08:25:43 +0100 Subject: Use bash in prepare scripts (#339) Prepare scripts that use `#!/bin/sh` and `source "$HOME/.sdkman/bin/sdkman-init.sh"` fail on systems where `sh` is not `bash`, e.g. on Ubuntu it is `dash` which has not `source`. --- prepare_mtopolnik.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prepare_mtopolnik.sh') diff --git a/prepare_mtopolnik.sh b/prepare_mtopolnik.sh index a705f17..f83a3ff 100755 --- a/prepare_mtopolnik.sh +++ b/prepare_mtopolnik.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright 2023 The original authors # -- cgit v1.2.3