From e70c2f233ba7c5347e4b7281ca11fae9656c3ed8 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:45:22 +0200 Subject: [PATCH] wip --- swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index b2404f3..5aa669b 100644 --- a/swww.sh +++ b/swww.sh @@ -37,7 +37,7 @@ checkBuildDependencies() { echo_info "Installing build dependencies.." local deps=(git xdg-output liblz4-dev wayland-protocols) - checkAndInstall "$deps" + checkAndInstall "${deps}" if ! command_exists cargo; then curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh