Commit fa7e5038 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6297 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent eecb5340
...@@ -683,7 +683,7 @@ if [ x$BUILD_LTE == x ]; then ...@@ -683,7 +683,7 @@ if [ x$BUILD_LTE == x ]; then
cat >$input <<-EOF cat >$input <<-EOF
ENB: evolved Node B target ENB: evolved Node B target
EPC: Experimental Evolved Packet Core target EPC: Experimental Evolved Packet Core target
HSS: Home Subscriber Server target HSS: Experimental Home Subscriber Server target
NONE: Do not build/run anything NONE: Do not build/run anything
EOF EOF
cat $input | sed -e 's/^/"/' -e 's/:/" "/g' -e 's/$/"/' >$output cat $input | sed -e 's/^/"/' -e 's/:/" "/g' -e 's/$/"/' >$output
...@@ -704,7 +704,6 @@ EOF ...@@ -704,7 +704,6 @@ EOF
case $retval in case $retval in
$DIALOG_OK) $DIALOG_OK)
BUILD_LTE=`cat $tempfile` BUILD_LTE=`cat $tempfile`
echo_info "returned choice BUILD_LTE=$BUILD_LTE "`cat $tempfile`
;; ;;
$DIALOG_CANCEL) $DIALOG_CANCEL)
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment