Skip to content

Commit

Permalink
[Unity/build] Exit script immediately if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Jul 21, 2020
1 parent ffd059d commit 637c14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

set -x
# set -e
set -e

# check for rpclib
if [ ! -f ../external/rpclib/rpclib-2.2.1/rpclib.pc.in ]; then
Expand Down

0 comments on commit 637c14c

Please sign in to comment.