Loading install.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ do if [ "$BS" == "AtsGeoNetworking" ] if [ "$BS" == "AtsGeoNetworking" ] then then git checkout --recurse-submodules origin/master git checkout --recurse-submodules origin/master elif test "$BS" != "AtsAVM" && test "$BS" != "AtsAPIM" && test "$BS" != "AtsSAEM"; then elif test "$BS" != "AtsAVM" && test "$BS" != "AtsPIM" && test "$BS" != "AtsSAEM"; then git checkout --recurse-submodules $ORG_BRANCH git checkout --recurse-submodules $ORG_BRANCH fi fi done done Loading Loading
install.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ do if [ "$BS" == "AtsGeoNetworking" ] if [ "$BS" == "AtsGeoNetworking" ] then then git checkout --recurse-submodules origin/master git checkout --recurse-submodules origin/master elif test "$BS" != "AtsAVM" && test "$BS" != "AtsAPIM" && test "$BS" != "AtsSAEM"; then elif test "$BS" != "AtsAVM" && test "$BS" != "AtsPIM" && test "$BS" != "AtsSAEM"; then git checkout --recurse-submodules $ORG_BRANCH git checkout --recurse-submodules $ORG_BRANCH fi fi done done Loading