2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 09:54:57 +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";
fileCommit Dockerfile \
"$(awk '
$(awk '
toupper($1) == "COPY" {
for (i = 2; i < NF; i++)
print $i;
}
' Dockerfile)"
' Dockerfile)
)
}
@ -109,7 +109,7 @@ for version in "${versions[@]}"; do
cat << EOE
Tags: $(join ', ' "${variantAliases[@]}")
Architectures: $(join ', ' "$variantArches")
Architectures: $(join ', ' $variantArches)
GitCommit: $commit
Directory: $version/$variant
EOE