Commit 308bc3ef by sikang

bug fix submodule update

parent d5ced66e
......@@ -53,11 +53,12 @@ then
elif (($commod == '5'))
then
cd ..
git pull
cd ../..
git submodule update --remote
cd lib_base
git checkout master
cd ../lib_yitu
git checkout master
git pull
elif (($commod == '6'))
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