From a67e01638fa3834fcfeb01baff2eedc88d4181ab Mon Sep 17 00:00:00 2001
From: jnqnfe <jnqnfe@gmail.com>
Date: Thu, 5 Feb 2015 03:30:47 +0000
Subject: help/usage: fix overly complex script description handling

Closes: #952887
---
 frontend/lb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'frontend')

diff --git a/frontend/lb b/frontend/lb
index 2bedb9d12..0e826d989 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -14,7 +14,7 @@ set -e
 [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
 
 # Setting static variables
-DESCRIPTION="$(Echo 'utility to build live systems')"
+DESCRIPTION="Utility to build live systems"
 HELP=""
 USAGE="lb {clean|config|build}"
 
-- 
cgit v1.2.3