Skip to content

Commit

Permalink
[ADAM-1154] Change set -x to set -e in ./bin/adam-shell.
Browse files Browse the repository at this point in the history
Resolves #1154.
  • Loading branch information
fnothaft authored and heuermh committed Sep 8, 2016
1 parent 97b801d commit ae86092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/adam-shell
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

set -x
set -e

# Figure out where ADAM is installed
SCRIPT_DIR="$(cd `dirname $0`/..; pwd)"
Expand Down

0 comments on commit ae86092

Please sign in to comment.