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