Skip to content
Snippets Groups Projects
Commit fd416ab8 authored by ping's avatar ping
Browse files

Fix path on find_latest_library

parent 57a7544f
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ find_latest_library() {
local library_name=$1
local library_files
library_files=$(find /$ROOTFS_DIR -name "$library_name" 2>/dev/null)
library_files=$(find $ROOTFS_DIR -name "$library_name" 2>/dev/null)
if [ -z "$library_files" ]; then
echo "No version available of $library_name."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment