Skip to content
Snippets Groups Projects
Verified Commit 1864c535 authored by David Beniamine's avatar David Beniamine
Browse files

Fix dolibarr get version

parent 8c36fa90
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ else
num=$1
fi
url_ver=$(grep "[^\d\.]$num\..*" $$-list | \
sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\)\(.*\)$/\1\2 \1/' $$-list | \
sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\)\(.*\)$/\1\2 \1/' | \
sort -k 3 -rn | head -n 1 \
| sed 's/.*"\(https.*\)"/\1/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment