From 3f8e6ab09115891133af8ea78f41910a65069e60 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Fri, 20 Oct 2006 08:02:47 +0000
Subject: [PATCH] replace machine list with global variable from ZBfunctions

---
 scripts/zmapbootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/zmapbootstrap b/scripts/zmapbootstrap
index a399d6758..76c8d3b2e 100755
--- a/scripts/zmapbootstrap
+++ b/scripts/zmapbootstrap
@@ -57,8 +57,8 @@ if [ -n "$command" ] ; then
     script=$1
     dir=$2
     INIT='-I'
-    # first machine must be able to build docs
-    for machine in 'deskpro16113' 'cbi1a' 
+
+    for machine in $ZBmachines
       do
       eval $script -m '$machine' $INIT $dir || ZBmsgAndExit "Command failed: $command"
       # Only do it once.
-- 
GitLab