Searched refs:tmp_versionfile (Results 1 – 1 of 1) sorted by relevance
70 tmp_versionfile="$tmp_prefix.xen.make"104 git cat-file blob "$commitish:$versionfile" >"$tmp_versionfile"106 local maj=$(sed -n 's/.*XEN_VERSION.*= \([0-9]\+\)/\1/p' < "$tmp_versionfile")107 local min=$(sed -n 's/.*XEN_SUBVERSION.*= \([0-9]\+\)/\1/p' < "$tmp_versionfile")
Completed in 5 milliseconds