Skip to content
Snippets Groups Projects
Commit 3f8e6ab0 authored by edgrif's avatar edgrif
Browse files

replace machine list with global variable from ZBfunctions

parent 7f40a2f9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment