mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Merge pull request #31 from DeadWalkingDeath/patch-1
Quote firmware revision
This commit is contained in:
@@ -219,7 +219,7 @@ if [[ ${FW_RAM} -ne 240 ]] &&[[ ${FW_RAM} -ne 224 ]] && [[ ${FW_RAM} -ne 192 ]]
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Using ARM/GPU memory split of ${FW_RAM}MB/${FW_GPU}MB"
|
echo "Using ARM/GPU memory split of ${FW_RAM}MB/${FW_GPU}MB"
|
||||||
if [[ ${FW_REV} != "" ]]; then
|
if [[ "${FW_REV}" != "" ]]; then
|
||||||
download_rev
|
download_rev
|
||||||
do_update "updated to revision ${FW_REV}"
|
do_update "updated to revision ${FW_REV}"
|
||||||
elif [[ -f "${FW_REPOLOCAL}/.git/config" ]]; then
|
elif [[ -f "${FW_REPOLOCAL}/.git/config" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user