* bin/logo: --detail should be empty

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-06 20:42:59 -05:00
commit c883bc4da0

View file

@ -21,6 +21,7 @@ PKG="byobu"
if [ "$1" = "--detail" ]; then if [ "$1" = "--detail" ]; then
MARKUP="false" MARKUP="false"
exit 0
else else
MARKUP="true" MARKUP="true"
fi fi