fix __AROS_SETVECADDR invocations.
[AROS.git] / scripts / nightly / update
blob78372feba98ec80488ebd278ecff302fc1abca0b
1 source  $SP/setup
2 setl    update.log
4 printi  "Updating sources..."
6 printi  "Updating AROS sources..."
7 cd      $SOURCE_AROS
8 execute svn update
10 printi  "Updating contrib sources..."
11 cd      $SOURCE_CONTRIB
12 execute svn update
14 printi  "Updating documentation sources..."
15 cd      $SOURCE_DOCS
16 execute svn update 
18 cd      $ROOT
19 resetl