Run license.py over more files, but not third_party or driver build files.
Change-Id: I6082c3812be7159d1dfb0de015f52db1d2c0f76d
diff --git a/build/docker/build.sh b/build/docker/build.sh
index 6ba9467..7d1b8bf 100755
--- a/build/docker/build.sh
+++ b/build/docker/build.sh
@@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
diff --git a/build/docker/publish.sh b/build/docker/publish.sh
index 57ad16a..bc8b1a8 100755
--- a/build/docker/publish.sh
+++ b/build/docker/publish.sh
@@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
diff --git a/build/run_in_container.sh b/build/run_in_container.sh
index 4090c38..1cc3512 100755
--- a/build/run_in_container.sh
+++ b/build/run_in_container.sh
@@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
diff --git a/build/strace_open.sh b/build/strace_open.sh
index 9a9f431..e69a72d 100755
--- a/build/strace_open.sh
+++ b/build/strace_open.sh
@@ -12,7 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
set -euxo pipefail