From 421ecff17cd82a6cf66d6e10216f175a876d4ce0 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Fri, 20 Mar 2015 18:30:16 +0800 Subject: [PATCH] fix string concatenation --- create_test_dvds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_test_dvds.sh b/create_test_dvds.sh index 55057cbb..86df548f 100755 --- a/create_test_dvds.sh +++ b/create_test_dvds.sh @@ -100,7 +100,7 @@ function start_creating() { regenerate_pl openSUSE:$target:Rings:2-TestDVD $target 2 $target-bootstrap $target-minimalx $target-testdvd $arch projects=$(osc api /search/project/id?match="starts-with(@name,\"openSUSE:$target:Staging\")" | grep name | cut -d\' -f2) - $projects+=" openSUSE:$target:Rings:2-TestDVD" + projects+=" openSUSE:$target:Rings:2-TestDVD" for prj in $projects; do l=$(echo $prj | cut -d: -f4)