Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary 'set -euo pipefail'
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocsomor committed Apr 10, 2019
1 parent eaeb973 commit 5a6cec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multirun/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ load("@bazel_skylib//lib:shell.bzl", "shell")

_CONTENT_PREFIX = """#!/usr/bin/env bash
set -euo pipefail
# --- begin runfiles.bash initialization ---
# Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
set -euo pipefail
Expand Down

0 comments on commit 5a6cec1

Please sign in to comment.