Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5/src/utilities/shared/POPULATE – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#!/bin/sh
2
 
3
DIRS="\
4
 installers/common/reader\
5
 lib/libtdf\
6
 lib/machines/common/src\
7
 producers/common/utility\
8
 tools/disp\
9
 tools/pl\
10
 tools/tcc\
11
 tools/tld\
12
 tools/tnc\
13
 tools/tspec\
14
 utilities/sid\
15
"
16
 
17
for DIR in ${DIRS}
18
do
19
	echo "updating ${DIR} ..."
20
	cp ossg.h ../../${DIR}
21
	cp release.h ../../${DIR}
22
done