Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/glfw
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-09 13:31:14 +0100
committerErich Eckner <git@eckner.net>2018-11-09 13:31:14 +0100
commit15cb4dca227b2a7873adc64350601dde8d85f985 (patch)
treef7b08d6a7f64f4fb39992e42baef568ec8dacab4 /community/glfw
parentaa6ff30d671d88b3d6ba88a51121deb50254634f (diff)
"${arch[@]}" -> "${arch[*]}" in sed-fu
Diffstat (limited to 'community/glfw')
-rw-r--r--community/glfw/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
index c1005d82..21fa2996 100644
--- a/community/glfw/PKGBUILD
+++ b/community/glfw/PKGBUILD
@@ -1,11 +1,11 @@
eval "$(
declare -f package_glfw-x11 | \
sed '
- 2 a arch=('"${arch[@]}"')
+ 2 a arch=('"${arch[*]}"')
'
declare -f package_glfw-wayland | \
sed '
- 2 a arch=('"${arch[@]}"')
+ 2 a arch=('"${arch[*]}"')
'
declare -f package_glfw-doc | \
sed '