Commit db34834e authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent 7bcdc95e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ do
    else
        git checkout --recurse-submodules $ORG_BRANCH
    fi
    if [ "$BS" != "AtsAVM" ] and [ "$BS" != "AtsAPI" ] and [ "$BS" != "AtsSA" ]
    then
        git checkout --recurse-submodules $ORG_BRANCH
    fi
done

for i in `find $BASE_PATH/ttcn/Ats* -type d -name "asn1"`