fixed build.sh

This commit is contained in:
jan6 2021-10-10 23:24:38 +03:00
parent 807c9ff860
commit 70e6a2affd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ dir="$(echo "$0"|sed 's|/[^/]\+$||')"
if [ -d "$dir" ];then cd "$dir";fi
git pull
git submodule update --remote --rebase
git submodule update --remote --rebase --single-branch --force
#. in reference to src/
for path in . ./wiki;do