firmware: tabs melikes, zap spaces

This commit is contained in:
Franco Fichtner 2016-11-11 19:28:30 +01:00
parent 3486cd2ab8
commit b0daaef49a

View File

@ -53,7 +53,7 @@ changelog_fetch()
${FETCH} -o ${WORKDIR}/changelog.txz "${URL}"
opnsense-verify -q ${WORKDIR}/changelog.txz
changelog_remove
changelog_remove
tar -C ${DESTDIR} -xJf ${WORKDIR}/changelog.txz
}
@ -62,7 +62,7 @@ changelog_show()
{
FILE="${DESTDIR}/${1}"
if [ -f "${FILE}" ]; then
if [ -f "${FILE}" ]; then
cat "${FILE}"
fi
}