make different submdoule version doesn't cause the release to stop

pull/342/head
John Shahid 2014-03-24 19:59:28 -04:00
parent 71660f80e7
commit 2366a9e9c9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ make clean
git clean -dfx
./configure --with-goroot=$HOME/bin/go/
git sumbodule update --init
modified=$(git ls-files --modified | wc -l)
if [ $modified -ne 0 ]; then