Home
last modified time | relevance | path

Searched refs:url_file (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnio/
H A Dupdate-vendor.sh66 local url_file="$VENDOR_DIR/$name/url.txt"
68 if [[ ! -f "$url_file" ]]; then
69 echo "ERROR: $url_file not found" >&2
75 version=$(grep -oP "${name}@\K[0-9]+\.[0-9]+\.[0-9]+" "$url_file" | head -1)
78 echo "ERROR: Could not extract version for $name from $url_file" >&2