diff --git a/swww.sh b/swww.sh index 561fa7e..94305cc 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) - echo "DEBUG: Installing ${deps}" + echo "DEBUG: Installing ${deps[@]}" checkAndInstall "${deps}" if ! command_exists cargo; then