no lsb_release -> no output

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-31 14:36:58 +01:00
parent 9fedf314cf
commit de84542579
4 changed files with 4 additions and 8 deletions

View File

@ -20,5 +20,4 @@
#
lsb_release=$(which lsb_release)
[ -x $lsb_release ] && $lsb_release --short --codename \
|| echo lsb not supported
[ -x $lsb_release ] && $lsb_release --short --codename

View File

@ -20,5 +20,4 @@
#
lsb_release=$(which lsb_release)
[ -x $lsb_release ] && $lsb_release --short --description \
|| echo lsb not supported
[ -x $lsb_release ] && $lsb_release --short --description

View File

@ -20,5 +20,4 @@
#
lsb_release=$(which lsb_release)
[ -x $lsb_release ] && $lsb_release --short --id \
|| echo lsb not supported
[ -x $lsb_release ] && $lsb_release --short --id

View File

@ -20,5 +20,4 @@
#
lsb_release=$(which lsb_release)
[ -x $lsb_release ] && $lsb_release --short --release \
|| echo lsb not supported
[ -x $lsb_release ] && $lsb_release --short --release