You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/02 06:03:48 UTC

[08/46] incubator-weex git commit: * [test] update build source script add ‘-e’

* [test] update build source script add ‘-e’


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/54a000ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/54a000ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/54a000ab

Branch: refs/heads/master
Commit: 54a000abb9397c46244cdb75936884ab56624f8d
Parents: e19ef8a
Author: sospartan <so...@apache.org>
Authored: Fri May 12 17:03:10 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Fri May 12 17:03:10 2017 +0800

----------------------------------------------------------------------
 scripts/build_from_source.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/54a000ab/scripts/build_from_source.sh
----------------------------------------------------------------------
diff --git a/scripts/build_from_source.sh b/scripts/build_from_source.sh
index cd86124..f681273 100644
--- a/scripts/build_from_source.sh
+++ b/scripts/build_from_source.sh
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+set -e
 if [ ! -f scripts/build_from_source.sh ];then
     echo "This script must execute in project root"
     exit 1