diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-09 19:30:42 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-09 19:30:42 +0200 |
commit | c7eead9c45b8b165bcf1a7df7f02a4786918c43a (patch) | |
tree | c1c3117683e94f92ec789f6f8c078e28869e97fb /openjdk-runtime/build | |
parent | 0acc58958323e4e3418f35b84fe7573910d07cf5 (diff) |
openjdk-runtime: Fix shebangs, pass -L to cURL.
Change-Id: I021e9e7c4996f0fbd27d4f62ab50d970bb987ecc
Diffstat (limited to 'openjdk-runtime/build')
-rwxr-xr-x | openjdk-runtime/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdk-runtime/build b/openjdk-runtime/build index 0719996..79a9d7f 100755 --- a/openjdk-runtime/build +++ b/openjdk-runtime/build @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # SPDX-FileCopyrightText: © 2022 Matthias Andreas Benkard <code@mail.matthias.benkard.de> # # SPDX-License-Identifier: GPL-3.0-or-later |