| Index: nacltoons/build/build-cocos2dx.sh
|
| diff --git a/nacltoons/build/build-cocos2dx.sh b/nacltoons/build/build-cocos2dx.sh
|
| index b80563022adfb2eee8bafef4474183aa2ac2c2be..f516e5e84de1b55e661ff812cbf5c9531fd3567d 100755
|
| --- a/nacltoons/build/build-cocos2dx.sh
|
| +++ b/nacltoons/build/build-cocos2dx.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)"
|
| OUT_DIR=${SCRIPT_DIR}/../out/cocos2dx
|
|
|