From 9700c768e1b1eee6a178b45d8f59e24b3229122c Mon Sep 17 00:00:00 2001 From: Christoph Kuchenbuch Date: Wed, 27 Dec 2017 02:38:07 +0100 Subject: [PATCH] Fix error installing reqired debian packages. --- install_sympa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_sympa.sh b/install_sympa.sh index 41ae79a..d901757 100755 --- a/install_sympa.sh +++ b/install_sympa.sh @@ -1603,7 +1603,7 @@ if ! $UPDATE_SYMPA ; then echo "" echo -e "\tInstalling required debian packages .." - for _debian_pkg in ${required_debian_packages_arr@]} ; do + for _debian_pkg in ${required_debian_packages_arr[@]} ; do echononl "\t Installing $_debian_pkg .." if ! dpkg -l $_debian_pkg 2> /dev/null | grep -e "^ii" > /dev/null 2>&1 ; then