[X2Go-Commits] [maintenancescripts] 01/01: killstalevms.bash: add correctly to array.

git-admin at x2go.org git-admin at x2go.org
Thu Feb 12 02:01:06 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository maintenancescripts.

commit e5d7c7e98ac4672b2238dc2d99ca68ad6f4f08db
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Feb 12 02:01:01 2015 +0100

    killstalevms.bash: add correctly to array.
---
 killstalevms.bash |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/killstalevms.bash b/killstalevms.bash
index 84bae4e..99ef10f 100644
--- a/killstalevms.bash
+++ b/killstalevms.bash
@@ -44,7 +44,7 @@ done
 typseset -a DIALOGMENU
 
 for ((i = 0; i < ${#BUILDER_LIST[@]}; ++i)); do
-  DIALOGMENU[$i]+=("$i" "${VM_LIST[$i]}: ${COMPONENT_LIST[$i]} (${VERSION_LIST[$i]}) for ${BRANCH_LIST[$i]}")
+  DIALOGMENU+=("$i" "${VM_LIST[$i]}: ${COMPONENT_LIST[$i]} (${VERSION_LIST[$i]}) for ${BRANCH_LIST[$i]}")
 done
 
 dialog --menu "Select VM to kill" 0 0 10 "${DIALOGMENU[@]}"

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git


More information about the x2go-commits mailing list