Commit 8207ccd2 authored by vagrant's avatar vagrant
Browse files

Updqte scripts after GitLab migration

parent 73595506
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ then
    fi
fi
# Build ASN.1 files if any and put them in objs directory
ASN1_PATH=${PATH_DEV_ITS}/asn1
ASN1_PATH=${PATH_DEV_ITS}/ttcn/LibIts/asn1
if [ -d ${ASN1_PATH} ]
then
    ASN1_FILES=`find ${ASN1_PATH} -name '*.asn*'`

scripts/build_titan.bash

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ then
    fi
fi
# Build ASN.1 files if any and put them in objs directory
ASN1_PATH=${PATH_DEV_ITS}/asn1
ASN1_PATH=${PATH_DEV_ITS}/ttcn/LibIts/asn1
if [ -d ${ASN1_PATH} ]
then
    ASN1_FILES=`find ${ASN1_PATH} -name '*.asn*'`
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ then
    fi
fi
# Build ASN.1 files if any and put them in objs directory
ASN1_PATH=${PATH_DEV_ITS}/asn1
ASN1_PATH=${PATH_DEV_ITS}/ttcn/LibIts/asn1
if [ -d ${ASN1_PATH} ]
then
    ASN1_FILES=`find ${ASN1_PATH} -name '*.asn*'`

scripts/devenv.bash.ubuntu

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

Loading