summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSimon Steinbeiß <simon.steinbeiss@tttech.com>2020-05-11 13:00:24 +0200
committerSimon Steinbeiß <simon.steinbeiss@tttech.com>2020-05-11 13:00:24 +0200
commit26942c2a44779e88e28f8835d98ff04d2e4e2058 (patch)
treeb09bb7288b2b118a469728689adff3e06e089baa /ci
parentbe9eaae5c3a551fd2387584386e965eb59496a50 (diff)
downloadxfce4-dev-tools-26942c2a44779e88e28f8835d98ff04d2e4e2058.tar.gz
Fix whitespace error
Diffstat (limited to 'ci')
-rw-r--r--ci/build_libs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_libs.sh b/ci/build_libs.sh
index 94d8cca..b6bea53 100644
--- a/ci/build_libs.sh
+++ b/ci/build_libs.sh
@@ -7,7 +7,7 @@ AUTOGEN_OPTIONS="--disable-debug --enable-maintainer-mode --host=x86_64-linux-gn
--libexecdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc"
# (BUILD_TYPE BRANCH URL NAME) tuples:
-REPOS= ("${XFCE_BASE}/xfce/xfce4-dev-tools.git xfce4-dev-tools")
+REPOS=( "${XFCE_BASE}/xfce/xfce4-dev-tools.git xfce4-dev-tools")
REPOS+=("${XFCE_BASE}/xfce/libxfce4util.git libxfce4util")
REPOS+=("${XFCE_BASE}/xfce/xfconf.git xfconf")
REPOS+=("${XFCE_BASE}/xfce/libxfce4ui.git libxfce4ui")