mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update jq-template for speed improvements
This commit is contained in:
parent
77f9667fb3
commit
c971cc83fe
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ jqt='.jq-template.awk'
|
||||||
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
|
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
|
||||||
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
|
jqt="$BASHBREW_SCRIPTS/jq-template.awk"
|
||||||
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
|
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then
|
||||||
# # https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk
|
# https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk
|
||||||
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/00e281f36edd19f52541a6ba2f215cc3c4645128/scripts/jq-template.awk'
|
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$#" -eq 0 ]; then
|
if [ "$#" -eq 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue