aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs/gen_docs_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docs/gen_docs_test.sh')
-rwxr-xr-xtensorflow/tools/docs/gen_docs_test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/gen_docs_test.sh b/tensorflow/tools/docs/gen_docs_test.sh
index 2f905c8e47..9375784dc2 100755
--- a/tensorflow/tools/docs/gen_docs_test.sh
+++ b/tensorflow/tools/docs/gen_docs_test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -eux
+#!/usr/bin/env bash
# Copyright 2015 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,8 @@
# limitations under the License.
# ==============================================================================
+set -eux
+
TFDIR=$TEST_SRCDIR/tensorflow
DOXYGEN=doxygen
DOXYGEN_CONFIG="tf-doxy_for_md-config"