| Index: nacltoons/build/build-naclports.sh
|
| diff --git a/nacltoons/build/build-naclports.sh b/nacltoons/build/build-naclports.sh
|
| index a7ba4f560a0426fb30981cd5cae2804e791cbada..f66bcbd3447014ed1579cfc5024f887c41847551 100755
|
| --- a/nacltoons/build/build-naclports.sh
|
| +++ b/nacltoons/build/build-naclports.sh
|
| @@ -2,7 +2,8 @@
|
| # Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -#
|
| +
|
| +set -e
|
|
|
| SCRIPT_DIR="$(cd $(dirname $0) && pwd)"
|
| NACLPORTS_ROOT=${SCRIPT_DIR}/../../third_party/naclports/src
|
|
|