From d6d4d374bd11136287e987c438d76bad74883fd5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 31 Oct 2011 18:26:36 +0100 Subject: [PATCH] remove unecessary whitespace :-) Signed-off-by: Nico Schottelius --- conf/explorer/lsb_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/explorer/lsb_release b/conf/explorer/lsb_release index 5787b71f..a96ac50b 100755 --- a/conf/explorer/lsb_release +++ b/conf/explorer/lsb_release @@ -23,4 +23,4 @@ set +e lsb_release=$(which lsb_release 2>/dev/null) if [ -x "$lsb_release" ]; then $lsb_release --short --release -fi +fi