Fix bashate issue E003

* E003: Indent not multiple of 4

Change-Id: Iadc1140b6a743a093cf3f4b675fb4787fa415a99
This commit is contained in:
Christian Berendt 2014-07-30 13:20:09 +02:00
parent c7b57398bf
commit 6170410e4b
1 changed files with 4 additions and 4 deletions

View File

@ -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