Build script shouldn't overwrite submodule status.

This commit is contained in:
Felix Ableitner 2016-06-12 19:54:26 +02:00
parent c6b42adef9
commit 2f1a5af7c3
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ unset GOPATH #Set by build.go
export GOROOT=${MYDIR}/ext/golang/dist/go-${GOOS}-${GOARCH}
export PATH=${GOROOT}/bin:${PATH}
if [ $RESET -eq 1 ]; then
git submodule update --init ext/syncthing/src/github.com/syncthing/syncthing
fi
pushd ext/syncthing/src/github.com/syncthing/syncthing
_GOOS=$GOOS