fixeria submitted this change.
gen_links.sh.inc: 'set -e' to abort on error
We should not tolerate errors in '*/gen_links.sh' files.
Change-Id: Id9367e4c45c84dcbf1c308581360be73242c0d38
---
M gen_links.sh.inc
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gen_links.sh.inc b/gen_links.sh.inc
index c21bcd6..f134427 100644
--- a/gen_links.sh.inc
+++ b/gen_links.sh.inc
@@ -16,6 +16,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+set -e
+
rm -f .gitignore
gen_link() {
To view, visit change 38245. To unsubscribe, or for help writing mail filters, visit settings.