2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-21 20:24:39 +02:00

Fixing stackbrew shell (thx @tianon )

This commit is contained in:
Philipp Holzer 2020-08-21 22:52:26 +02:00
parent d467547656
commit 36cb760bfd
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD

View file

@ -27,12 +27,12 @@ dockerfileCommit() {
( (
cd "$dir"; cd "$dir";
fileCommit Dockerfile \ fileCommit Dockerfile \
"$(awk ' $(awk '
toupper($1) == "COPY" { toupper($1) == "COPY" {
for (i = 2; i < NF; i++) for (i = 2; i < NF; i++)
print $i; print $i;
} }
' Dockerfile)" ' Dockerfile)
) )
} }
@ -109,7 +109,7 @@ for version in "${versions[@]}"; do
cat << EOE cat << EOE
Tags: $(join ', ' "${variantAliases[@]}") Tags: $(join ', ' "${variantAliases[@]}")
Architectures: $(join ', ' "$variantArches") Architectures: $(join ', ' $variantArches)
GitCommit: $commit GitCommit: $commit
Directory: $version/$variant Directory: $version/$variant
EOE EOE