Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4 by jmc, Mon Jan 8 23:51:57 2018 UTC | revision 1.5 by jmc, Mon Jan 29 20:36:59 2018 UTC | |
|---|---|---|
| # | Line 16 if test -d scripts ; then | Line 16 if test -d scripts ; then |
| 16 | ( cd scripts && pwd && cvs -q update -P -d ) | ( cd scripts && pwd && cvs -q update -P -d ) |
| 17 | fi | fi |
| 18 | ||
| 19 | #- update csail testing scripts: | #- update ref_machine testing scripts: |
| 20 | if test -d csail ; then | if test -d ref_machine ; then |
| 21 | echo -n 'Update dir: ' | echo -n 'Update dir: ' |
| 22 | ( cd csail && pwd && cvs -q update -P -d ) | ( cd ref_machine && pwd && cvs -q update -P -d ) |
| 23 | fi | fi |
| 24 | ||
| 25 | #-- update tools/mpack-1.6 dir: | #-- update tools/mpack-1.6 dir: |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |