mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
Update misc.sh
This commit is contained in:
@@ -77,6 +77,10 @@ update_git_repo() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$path/.git" ]; then
|
||||||
|
return # Assume the user doesn't want to use git grab packages automatically.
|
||||||
|
fi
|
||||||
|
|
||||||
git -C "$path" fetch
|
git -C "$path" fetch
|
||||||
local latest_commit_hash=$(git -C "$path" rev-parse '@{u}')
|
local latest_commit_hash=$(git -C "$path" rev-parse '@{u}')
|
||||||
local last_built_hash=""
|
local last_built_hash=""
|
||||||
|
Reference in New Issue
Block a user