From de84542579d410ef268941f26a4be993c0cbc59f Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Mon, 31 Oct 2011 14:36:58 +0100
Subject: [PATCH] no lsb_release -> no output

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 conf/explorer/lsb_codename    | 3 +--
 conf/explorer/lsb_description | 3 +--
 conf/explorer/lsb_id          | 3 +--
 conf/explorer/lsb_release     | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

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