Commit 308bc3ef by sikang

bug fix submodule update

parent d5ced66e
...@@ -53,11 +53,12 @@ then ...@@ -53,11 +53,12 @@ then
elif (($commod == '5')) elif (($commod == '5'))
then then
cd .. cd ../..
git pull git submodule update --remote
cd lib_base
git checkout master
cd ../lib_yitu cd ../lib_yitu
git checkout master git checkout master
git pull
elif (($commod == '6')) elif (($commod == '6'))
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment