Loading install.sh +11 −2 Original line number Original line Diff line number Diff line Loading @@ -35,8 +35,8 @@ do elif [ -f asn/PIM-PDU-Descriptions.asn ] elif [ -f asn/PIM-PDU-Descriptions.asn ] then then git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH ln -sf PIM-PDU-Descriptions.asn PIM_PDU_Descriptions.asn ln -sf asn/PIM-PDU-Descriptions.asn asn/PIM_PDU_Descriptions.asn ln -sf PIM-SA-Application-Data-Descriptions.asn PIM_SA_Application_Data_Descriptions.asn ln -sf asn/PIM-SA-Application-Data-Descriptions.asn asn/PIM_SA_Application_Data_Descriptions.asn elif [ -f SAEM-PDU-Descriptions.asn ] elif [ -f SAEM-PDU-Descriptions.asn ] then then git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH Loading Loading @@ -81,6 +81,15 @@ do for j in $SUB_DIRS for j in $SUB_DIRS do do if [ -f MVM-PDU-Descriptions.asn ] if [ -f MVM-PDU-Descriptions.asn ] then cd $j git checkout --recurse-submodules $NEW_BRANCH if [ -f ETSI-ITS-CDD.asn ] then ln -sf ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn fi cd - elif [ -f asn/PIM-PDU-Descriptions.asn ] then then cd $j cd $j git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH Loading Loading
install.sh +11 −2 Original line number Original line Diff line number Diff line Loading @@ -35,8 +35,8 @@ do elif [ -f asn/PIM-PDU-Descriptions.asn ] elif [ -f asn/PIM-PDU-Descriptions.asn ] then then git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH ln -sf PIM-PDU-Descriptions.asn PIM_PDU_Descriptions.asn ln -sf asn/PIM-PDU-Descriptions.asn asn/PIM_PDU_Descriptions.asn ln -sf PIM-SA-Application-Data-Descriptions.asn PIM_SA_Application_Data_Descriptions.asn ln -sf asn/PIM-SA-Application-Data-Descriptions.asn asn/PIM_SA_Application_Data_Descriptions.asn elif [ -f SAEM-PDU-Descriptions.asn ] elif [ -f SAEM-PDU-Descriptions.asn ] then then git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH Loading Loading @@ -81,6 +81,15 @@ do for j in $SUB_DIRS for j in $SUB_DIRS do do if [ -f MVM-PDU-Descriptions.asn ] if [ -f MVM-PDU-Descriptions.asn ] then cd $j git checkout --recurse-submodules $NEW_BRANCH if [ -f ETSI-ITS-CDD.asn ] then ln -sf ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn fi cd - elif [ -f asn/PIM-PDU-Descriptions.asn ] then then cd $j cd $j git checkout --recurse-submodules $NEW_BRANCH git checkout --recurse-submodules $NEW_BRANCH Loading