From fd2403b8303f7ea9152dd08021d2c9c7070aefb4 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 23 Jan 2014 12:01:21 -0500 Subject: [PATCH] fix shebang in mkimage-yum.sh Docker-DCO-1.1-Signed-off-by: Chris St. Pierre (github: stpierre) --- contrib/mkimage-yum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mkimage-yum.sh b/contrib/mkimage-yum.sh index 594eb96fe..54e99f1f0 100755 --- a/contrib/mkimage-yum.sh +++ b/contrib/mkimage-yum.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Create a base CentOS Docker image. #