Home | History | Annotate | Download | only in build

Lines Matching refs:lsb_release

68 # Check for lsb_release command in $PATH
69 if ! which lsb_release > /dev/null; then
70 echo "ERROR: lsb_release not found in \$PATH" >&2
74 lsb_release=$(lsb_release --codename --short)
77 if [[ ! $lsb_release =~ $ubuntu_codenames ]]; then
142 if [ "x$lsb_release" = "xprecise" ]; then
144 elif [ "x$lsb_release" = "xtrusty" ]; then
159 case $lsb_release in
412 if [[ ! $lsb_release =~ (precise) ]]; then