Commit b0daaef4 authored by Franco Fichtner's avatar Franco Fichtner

firmware: tabs melikes, zap spaces

parent 3486cd2a
...@@ -53,7 +53,7 @@ changelog_fetch() ...@@ -53,7 +53,7 @@ changelog_fetch()
${FETCH} -o ${WORKDIR}/changelog.txz "${URL}" ${FETCH} -o ${WORKDIR}/changelog.txz "${URL}"
opnsense-verify -q ${WORKDIR}/changelog.txz opnsense-verify -q ${WORKDIR}/changelog.txz
changelog_remove changelog_remove
tar -C ${DESTDIR} -xJf ${WORKDIR}/changelog.txz tar -C ${DESTDIR} -xJf ${WORKDIR}/changelog.txz
} }
...@@ -62,7 +62,7 @@ changelog_show() ...@@ -62,7 +62,7 @@ changelog_show()
{ {
FILE="${DESTDIR}/${1}" FILE="${DESTDIR}/${1}"
if [ -f "${FILE}" ]; then if [ -f "${FILE}" ]; then
cat "${FILE}" cat "${FILE}"
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment