Commit 9d8a4c41 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix shebang to use preferred Bash in Docker wrapper

parent be35b9d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
set -eu -o pipefail
shopt -s lastpipe