Skip to content

Commit 63ccfbe

Browse files
committed
fix: fix empty string if ustreamer not found
Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent e96cd46 commit 63ccfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function check_apps {
9393
# shellcheck disable=SC2034
9494
declare -r UST_BIN
9595
else
96-
log_msg "Dependency: '${ustreamer##*/}' not found. Exiting!"
96+
log_msg "Dependency: '${ustreamer_base##*/}' not found. Exiting!"
9797
exit 1
9898
fi
9999

0 commit comments

Comments
 (0)