From 0469b5a29eda73fe0b8bfa8427181391af5e381d Mon Sep 17 00:00:00 2001 From: Christian Kastner Date: Sun, 31 Aug 2025 18:35:14 +0200 Subject: [PATCH] bubbleparty.sh: process substitution requires bash POSIX shell does not yet support `<(process substitution)`. Signed-off-by: Christian Kastner --- bin/bubbleparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bubbleparty.sh b/bin/bubbleparty.sh index f59aaa02..564546ee 100755 --- a/bin/bubbleparty.sh +++ b/bin/bubbleparty.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # usage: ./bubbleparty.sh ./copyparty-sfx.py .... bwrap \ --unshare-all \