Merge pull request #56405 from nextcloud/demi-usr-bin-bash

chore: don't assume bash in /bin in build/demi.sh
This commit is contained in:
Daniel 2025-11-13 15:04:08 +01:00 committed by GitHub
commit b0af462c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0