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