This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 03945d6694892ecda75eb52b56abba6c0e8c6af6 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 12 00:11:54 2015 +0100 killstalevms.bash: fix quoting error. --- killstalevms.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstalevms.bash b/killstalevms.bash index ee7eafa..5e40e4a 100644 --- a/killstalevms.bash +++ b/killstalevms.bash @@ -26,5 +26,5 @@ for ((i = 0; i < ${#BUILDER_LIST[@]}; ++i)); do SYSTEM_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/(.*?)/.*#\1#' <<< "${TMP_CMDLINE}")" SYSTEM_VERSION_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/.*?/(.*?)/.*#\1#' <<< "${TMP_CMDLINE}")" ARCH_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/.*?/.*?/(.*?)\0.*#\1#' <<< "${TMP_CMDLINE}")" - VERSION_LIST[$i]="$(perl -pe "s#.*?${COMPONENT_LIST}_([\d.]+)-.*#\1#' <<< "${TMP_CMDLINE}")" + VERSION_LIST[$i]="$(perl -pe \"s#.*?${COMPONENT_LIST}_([\d.]+)-.*#\1#\" <<< "${TMP_CMDLINE}")" done -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git