diff --git a/conf/explorer/lsb_codename b/conf/explorer/lsb_codename index eec12710..a8cb2cc4 100755 --- a/conf/explorer/lsb_codename +++ b/conf/explorer/lsb_codename @@ -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 diff --git a/conf/explorer/lsb_description b/conf/explorer/lsb_description index 7349ddeb..da0dd74d 100755 --- a/conf/explorer/lsb_description +++ b/conf/explorer/lsb_description @@ -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 diff --git a/conf/explorer/lsb_id b/conf/explorer/lsb_id index eac173cd..44eb7eaa 100755 --- a/conf/explorer/lsb_id +++ b/conf/explorer/lsb_id @@ -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 diff --git a/conf/explorer/lsb_release b/conf/explorer/lsb_release index b3ac4093..6e0d3a8a 100755 --- a/conf/explorer/lsb_release +++ b/conf/explorer/lsb_release @@ -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