aws-config-refresh: Variable substitution Ooops

This commit is contained in:
Gregor Bückendorf 2019-05-20 14:19:14 +02:00
parent bb2fd010b6
commit 8fb790d0bf

View file

@ -3,10 +3,13 @@
# defeated by commands with more than 1 argument (#!/usr/bin/env make -f).
# ^^
# Soo...
make -f - <<EOF
make -f - <<'EOF'
SHELL=/usr/bin/env bash
~/.aws/config: ~/.aws/profiles.html
aws-config-gen -d --default-role admin $< > $@
# aws-config-gen -r eu-central-1 --suffix -🍺 --default-role admin $< >> $@
# aws-config-gen -r eu-west-1 --suffix -🍀 --default-role admin $< >> $@
# aws-config-gen -r us-east-1 --suffix -🍔 --default-role admin $< >> $@
EOF