This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit e4030369672959879aa6c43be05720b386379509 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 12 02:31:53 2015 +0100 killstalevms.bash: spell typeset correctly. --- killstalevms.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstalevms.bash b/killstalevms.bash index 3f96003..c461354 100644 --- a/killstalevms.bash +++ b/killstalevms.bash @@ -41,7 +41,7 @@ for ((i = 0; i < ${#BUILDER_LIST[@]}; ++i)); do echo done -typseset -a DIALOGMENU +typeset -a DIALOGMENU for ((i = 0; i < ${#BUILDER_LIST[@]}; ++i)); do DIALOGMENU+=("$i" "${VM_LIST[$i]}: ${COMPONENT_LIST[$i]} (${VERSION_LIST[$i]}) for ${BRANCH_LIST[$i]}") -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git