Merge pull request #55 from gmarmstrong/env-bash

Replace "/bin/bash" with "/usr/bin/env bash"
This commit is contained in:
Eric Romano
2018-04-12 16:16:18 -04:00
committed by GitHub

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'