From 6170410e4b3efbfef4c1e83937f651cf2374b4b3 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 30 Jul 2014 13:20:09 +0200 Subject: [PATCH] Fix bashate issue E003 * E003: Indent not multiple of 4 Change-Id: Iadc1140b6a743a093cf3f4b675fb4787fa415a99 --- os_doc_tools/scripts/markdown-docbook.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os_doc_tools/scripts/markdown-docbook.sh b/os_doc_tools/scripts/markdown-docbook.sh index 38564dde..ec36b75e 100755 --- a/os_doc_tools/scripts/markdown-docbook.sh +++ b/os_doc_tools/scripts/markdown-docbook.sh @@ -28,12 +28,12 @@ DIR=$(resolve_symlink $0) # Find location of db4-upgrade-xsl: if [ -e /usr/share/xml/docbook/stylesheet/docbook5/db4-upgrade.xsl ] ; then - DB_UPGRADE=/usr/share/xml/docbook/stylesheet/docbook5/db4-upgrade.xsl + DB_UPGRADE=/usr/share/xml/docbook/stylesheet/docbook5/db4-upgrade.xsl elif [ -e /usr/share/xml/docbook/stylesheet/upgrade/db4-upgrade.xsl ] ; then - DB_UPGRADE=/usr/share/xml/docbook/stylesheet/upgrade/db4-upgrade.xsl + DB_UPGRADE=/usr/share/xml/docbook/stylesheet/upgrade/db4-upgrade.xsl else - echo "db4-upgrade.xsl not found" - exit 1 + echo "db4-upgrade.xsl not found" + exit 1 fi # Need to get the file name to insert here so it can be reused for multiple projects