Made that grep for profile parameter in build_{tv,mobile} now always succeeds.
authorTomasz Olszak <t.olszak@samsung.com>
Fri, 24 Oct 2014 07:31:03 +0000 (09:31 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitadec7e26ba79812bc36a0e8e84f64a44a852dc9c
tree1ac022381570e2068fe7283bb4fb8570bd44d5a9
parent6a15517560c25c4bc420c992f485d64787b56ded
Made that grep for profile parameter in build_{tv,mobile} now always succeeds.

grep returns non 0 status when it doesn't find any matching string. If someone
used set -e in parent script which invoked build_{tv,mobile} then got error and
script exited.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=7957
Reviewed by:  Kangil Han

Change-Id: I9dfa0c026f65a25db071f89a4d10d871290db52a
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
tizen_src/build/build_mobile.sh
tizen_src/build/build_tv.sh