comparison scripts/mkcomp-test.sh @ 115:e0cf9a040fef

scripts/mkcomp-test.sh: allow MMI setting to be overridden
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2016 17:31:24 +0000
parents 88f40f4c829f
children 2c61607bb3e3
comparison
equal deleted inserted replaced
114:3454a514891b 115:e0cf9a040fef
32 echo "Error: bad TCSENV= setting" 1>&2 32 echo "Error: bad TCSENV= setting" 1>&2
33 exit 1 33 exit 1
34 ;; 34 ;;
35 esac 35 esac
36 36
37 if [ -z "$MMI" ]
38 then
39 MMI=0
40 fi
41
37 GPRS=1 42 GPRS=1
38 MMI=0
39 SRVC=1 43 SRVC=1
40 44
41 export BUILD_DIR CDGINC CDGPRIM CONDAT GPF GPRS MMI SRVC USE_STR2IND 45 export BUILD_DIR CDGINC CDGPRIM CONDAT GPF GPRS MMI SRVC USE_STR2IND
42 46
43 exec scripts/mk-component.sh "$@" 47 exec scripts/mk-component.sh "$@"