summaryrefslogtreecommitdiff
path: root/prepare_filiphr.sh
diff options
context:
space:
mode:
authorAlexander Yastrebov <yastrebov.alex@gmail.com>2024-01-10 03:44:22 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-10 14:29:18 +0100
commit7def69eee7eb5f6167dc1046617a22a085709dfa (patch)
tree43427b06f45250357cc99e6a5ac5ff696b2c60ef /prepare_filiphr.sh
parent7a617720ad20ce4b22bc2d03c7387b3f33fc4803 (diff)
Fix test.sh to use prepare script
Diffstat (limited to 'prepare_filiphr.sh')
-rwxr-xr-xprepare_filiphr.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/prepare_filiphr.sh b/prepare_filiphr.sh
index 6b1f7b7..f83a3ff 100755
--- a/prepare_filiphr.sh
+++ b/prepare_filiphr.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright 2023 The original authors
#
@@ -15,6 +15,5 @@
# limitations under the License.
#
-
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk use java 21.0.1-graal 1>&2