Loading install.sh +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -vx BRANCH=TTF_T036 ASN_BRANCH=release2 ASN1_BRANCH=devel2 BASE_PATH=`pwd` #git checkout $BRANCH Loading @@ -19,7 +19,7 @@ done for i in `find $BASE_PATH/ttcn/Ats* -type d -name "asn1"` do cd $i git checkout $ASN_BRANCH git checkout $ASN1_BRANCH if [ -f ETSI-ITS-CDD.asn ] then ln ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn Loading Loading
install.sh +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -vx BRANCH=TTF_T036 ASN_BRANCH=release2 ASN1_BRANCH=devel2 BASE_PATH=`pwd` #git checkout $BRANCH Loading @@ -19,7 +19,7 @@ done for i in `find $BASE_PATH/ttcn/Ats* -type d -name "asn1"` do cd $i git checkout $ASN_BRANCH git checkout $ASN1_BRANCH if [ -f ETSI-ITS-CDD.asn ] then ln ETSI-ITS-CDD.asn ETSI_ITS_CDD.asn Loading