Searched full:lsb_release (Results 1 – 2 of 2) sorted by relevance
169 # In some cases lsb_release returns the codename as n/a, which breaks dpkg-parsechangelog170 elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ] && [ "$distribution" != …
1023 # By default, it will use lsb_release function. If not available, it will1028 $system_release = qx(lsb_release -d) if which("lsb_release");