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
+1 -1
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