mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
firmware: tabs melikes, zap spaces
This commit is contained in:
parent
3486cd2ab8
commit
b0daaef49a
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user