validate: Go back to the validate dir after submodule init

https://bugzilla.gnome.org/show_bug.cgi?id=749162
This commit is contained in:
Emanuele Aina 2015-05-09 16:23:06 +02:00 committed by Thibault Saunier
parent d548286209
commit 1286989c31

View file

@ -23,9 +23,9 @@ then
echo "+ Setting up common submodule"
cd ../
git submodule init
cd validate/
fi
git submodule update
cd validate/
# source helper functions
if test ! -f common/gst-autogen.sh;