Skip to content

Commit 48047b0

Browse files
committed
refactor: use dirname
Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent 63ccfbe commit 48047b0

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_base##*/}' not found. Exiting!"
96+
log_msg "Dependency: '$(dirname ustreamer_base)' not found. Exiting!"
9797
exit 1
9898
fi
9999

0 commit comments

Comments
 (0)