Replace "/bin/bash" with "/usr/bin/env bash"
This commit is contained in:
committed by
GitHub
parent
2e2f9fff3b
commit
3001c5c189
@ -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'
|
||||||
|
Reference in New Issue
Block a user