We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ccfbe commit 48047b0Copy full SHA for 48047b0
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_base##*/}' not found. Exiting!"
+ log_msg "Dependency: '$(dirname ustreamer_base)' not found. Exiting!"
97
exit 1
98
fi
99
0 commit comments