Loading install.sh +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,8 @@ BASE_PATH=`pwd` for i in `find $BASE_PATH/ttcn -type d -name "Ats*"` do cd $i if [ "$i" == "AtsGeoNetworking" ] BS=`basename $i` if [ "$BS" == "AtsGeoNetworking" ] then git checkout --recurse-submodules TTF_T042 else Loading Loading
install.sh +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,8 @@ BASE_PATH=`pwd` for i in `find $BASE_PATH/ttcn -type d -name "Ats*"` do cd $i if [ "$i" == "AtsGeoNetworking" ] BS=`basename $i` if [ "$BS" == "AtsGeoNetworking" ] then git checkout --recurse-submodules TTF_T042 else Loading