[X2Go-Commits] [maintenancescripts] 01/01: killstalevms.bash: fix ommitted HERESTRING.

git-admin at x2go.org git-admin at x2go.org
Thu Feb 12 00:26:50 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 ccd2b5cea68e63279301a0d47ff74f9837707b95
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Feb 12 00:26:46 2015 +0100

    killstalevms.bash: fix ommitted HERESTRING.
---
 killstalevms.bash |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/killstalevms.bash b/killstalevms.bash
index 63b36de..319e1b7 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


More information about the x2go-commits mailing list