Skip to content

Commit e95926e

Browse files
committed
chore: don't assume bash in /usr/bin in build/demi.sh
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent cd1c45d commit e95926e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/demi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
44
# SPDX-License-Identifier: CC0-1.0

0 commit comments

Comments
 (0)