mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Whitespace fix
make the indentation consistent with the rest of the file
This commit is contained in:
@@ -108,9 +108,9 @@ function finalise {
|
||||
if [[ ${FW_REV} == "" ]]; then
|
||||
echo " *** Storing current firmware revision"
|
||||
eval ${GITCMD} rev-parse ${BRANCH} > "${FW_PATH}/.firmware_revision"
|
||||
else
|
||||
echo ${FW_REV} > "${FW_PATH}/.firmware_revision"
|
||||
fi
|
||||
else
|
||||
echo ${FW_REV} > "${FW_PATH}/.firmware_revision"
|
||||
fi
|
||||
echo " *** Syncing changes to disk"
|
||||
sync
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user