Commit 21a2d2a3 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent c3953cdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
set -vx

BRANCH=TTF_T036
ASN_BRANCH=release2
ASN1_BRANCH=devel2
BASE_PATH=`pwd`

#git checkout $BRANCH
@@ -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