We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96cd46 commit 63ccfbeCopy full SHA for 63ccfbe
libs/core.sh
@@ -93,7 +93,7 @@ function check_apps {
93
# shellcheck disable=SC2034
94
declare -r UST_BIN
95
else
96
- log_msg "Dependency: '${ustreamer##*/}' not found. Exiting!"
+ log_msg "Dependency: '${ustreamer_base##*/}' not found. Exiting!"
97
exit 1
98
fi
99
0 commit comments