Fix wrong gitcmd & rebuild patches

This commit is contained in:
Sotr
2020-04-15 17:23:26 +07:00
parent 1f992c63e9
commit 790aedb67b
23 changed files with 23 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ subtasks=1
updatepaper=$2
if [ "$updatepaper" == "1" ]; then
echo " $(bashcolor 1 32)(0/$subtasks)$(bashcolorend) - Update Git submodules.."
git submodule update --init --recursive
$gitcmd submodule update --init --recursive
fi
if [[ "$2" == "--resetPaper" ]]; then