Revision 125:34e428693f5d SCRIPTS/process.sh

View differences:

SCRIPTS/process.sh
30 30
    exit 1
31 31
fi
32 32

  
33
# Get errors from Vext about SML implementation early
34
( cd "$mydir/.." ; ./vext version >/dev/null )
33
# Get errors from Repoint about SML implementation early
34
( cd "$mydir/.." ; ./repoint version >/dev/null )
35 35

  
36 36
do_rebuild=""
37 37
do_speedy=""
......
192 192

  
193 193
repodir="$mydir/../REPOS"
194 194

  
195
( cd "$mydir/.." ; ./vext install )
195
( cd "$mydir/.." ; ./repoint install )
196 196

  
197 197
cd "$repodir"
198 198

  

Also available in: Unified diff