From d509485408356618282246ea621ff03b00027f6b Mon Sep 17 00:00:00 2001 From: Adam Sharp Date: Tue, 13 Jun 2017 13:45:52 -0400 Subject: [PATCH] Use bash for bin/latest-snapshot The `pipefail` option is not a feature of `sh`. --- bin/latest-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/latest-snapshot b/bin/latest-snapshot index bc409c0..cf49021 100755 --- a/bin/latest-snapshot +++ b/bin/latest-snapshot @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e set -o pipefail