Browse Source

fix shebang in mkimage-yum.sh

Docker-DCO-1.1-Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> (github: stpierre)
Chris St. Pierre 11 years ago
parent
commit
fd2403b830
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/mkimage-yum.sh

+ 1 - 1
contrib/mkimage-yum.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Create a base CentOS Docker image.
 #