From 56bd45400f86087ab29e239a3c68b99e1b588872 Mon Sep 17 00:00:00 2001 From: tresf Date: Sat, 8 Feb 2025 03:51:25 -0500 Subject: [PATCH] Minor --- cmake/linux/apprun-hooks/carla-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/linux/apprun-hooks/carla-hook.sh b/cmake/linux/apprun-hooks/carla-hook.sh index 5ac9803a048..c01bc95951f 100644 --- a/cmake/linux/apprun-hooks/carla-hook.sh +++ b/cmake/linux/apprun-hooks/carla-hook.sh @@ -23,7 +23,7 @@ if command -v carla > /dev/null 2>&1; then fi done else - echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing.." >&2 + echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2 export "LMMS_EXCLUDE_PLUGINS=*carla*,${LMMS_EXCLUDE_PLUGINS}" fi