[Dev] [dbscripts] [PATCH 02/31] test: common.bash: Do better quoting when setting xbs-abs.conf:ARCHES

Luke Shumaker lukeshu at lukeshu.com
Fri Apr 6 18:43:35 GMT 2018


From: Luke Shumaker <lukeshu at parabola.nu>

---
 test/lib/common.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/common.bash b/test/lib/common.bash
index 73248d7..6b3b2ad 100644
--- a/test/lib/common.bash
+++ b/test/lib/common.bash
@@ -95,7 +95,7 @@ eot
 	SVNREPOS=(
 		"svn-packages-copy file://${TMP}/svn-packages-repo core extra testing"
 	)
-	ARCHES=(${ARCH_BUILD[*]})
+	ARCHES=(${ARCH_BUILD[*]@Q})
 eot
 	echo 'BUILDSYSTEM=abs' > "$XDG_CONFIG_HOME/xbs/xbs.conf"
 }
-- 
2.16.2




More information about the Dev mailing list