mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
rev-parse git command doesn't need the --work-tree argument
small tidyup
This commit is contained in:
@@ -106,7 +106,7 @@ function finalise {
|
||||
ldconfig -r "${ROOT_PATH}"
|
||||
if [[ ${FW_REV} == "" ]]; then
|
||||
echo " *** Storing current firmware revision"
|
||||
git --git-dir="${FW_REPOLOCAL}/.git" --work-tree="${FW_REPOLOCAL}" rev-parse ${BRANCH} > "${FW_REVFILE}"
|
||||
git --git-dir="${FW_REPOLOCAL}/.git" rev-parse ${BRANCH} > "${FW_REVFILE}"
|
||||
else
|
||||
echo ${FW_REV} > "${FW_REVFILE}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user