Replace "/bin/bash" with "/usr/bin/env bash"

This commit is contained in:
Guthrie McAfee Armstrong
2018-04-12 00:34:21 -04:00
committed by GitHub
parent 2e2f9fff3b
commit 3001c5c189

View File

@ -302,7 +302,7 @@ def commit(commitdate):
def fake_it(image, start_date, username, repo, git_url, offset=0, multiplier=1): def fake_it(image, start_date, username, repo, git_url, offset=0, multiplier=1):
template = ( template = (
'#!/bin/bash\n' '#!/usr/bin/env bash\n'
'REPO={0}\n' 'REPO={0}\n'
'git init $REPO\n' 'git init $REPO\n'
'cd $REPO\n' 'cd $REPO\n'