From 63ccfbeb385560833c4b3f96c34ae161339cf093 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Thu, 7 Mar 2024 13:13:21 +0100 Subject: [PATCH] fix: fix empty string if ustreamer not found Signed-off-by: Patrick Gehrsitz --- libs/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.sh b/libs/core.sh index d37e2b73..6693066c 100755 --- a/libs/core.sh +++ b/libs/core.sh @@ -93,7 +93,7 @@ function check_apps { # shellcheck disable=SC2034 declare -r UST_BIN else - log_msg "Dependency: '${ustreamer##*/}' not found. Exiting!" + log_msg "Dependency: '${ustreamer_base##*/}' not found. Exiting!" exit 1 fi