Nicer formatting
This commit is contained in:
parent
3ae6e956a2
commit
8ff1798f71
1 changed files with 1 additions and 2 deletions
|
@ -545,8 +545,7 @@ function findresults() {
|
||||||
RESULT="$( printf '%s\n' "${MIN}" "${VERSION}" "${MAX}" | sort -V )"
|
RESULT="$( printf '%s\n' "${MIN}" "${VERSION}" "${MAX}" | sort -V )"
|
||||||
## Sub if sort -v isn't working? if (( $( echo "${MIN} <= ${VERSION}" | bc -l ) )) && (( $( echo "${MAX} >= ${VERSION}" | bc -l ) )); then
|
## Sub if sort -v isn't working? if (( $( echo "${MIN} <= ${VERSION}" | bc -l ) )) && (( $( echo "${MAX} >= ${VERSION}" | bc -l ) )); then
|
||||||
## ...else there is dpkg (if Debian)
|
## ...else there is dpkg (if Debian)
|
||||||
if [[ "$( echo "${RESULT}" | head -n 1 )" == "${MIN}" ]] \
|
if [[ "$( echo "${RESULT}" | head -n 1 )" == "${MIN}" ]] && [[ "$( echo "${RESULT}" | tail -n 1 )" == "${MAX}" ]]; then
|
||||||
&& [[ "$( echo "${RESULT}" | tail -n 1 )" == "${MAX}" ]]; then
|
|
||||||
[ -n "${ID}" ] \
|
[ -n "${ID}" ] \
|
||||||
&& ID="${ID}|"
|
&& ID="${ID}|"
|
||||||
ID="${ID}$( echo ${TITLE} | awk -F ',' '{print $1}' )"
|
ID="${ID}$( echo ${TITLE} | awk -F ',' '{print $1}' )"
|
||||||
|
|
Loading…
Add table
Reference in a new issue