Skip to content

Commit

Permalink
fix: fix empty string if ustreamer not found
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Mar 7, 2024
1 parent e96cd46 commit 63ccfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63ccfbe

Please sign in to comment.