|
Revision 13, 481 bytes
(checked in by gary, 3 years ago)
|
|
adjust file properties for ascii and perl files - no source change
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | $out_dir = "c:/projects/cloudy/trunk/tsuite/auto/"; |
|---|
| 2 | $agn_dir= "c:/projects/"; |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | if( !chdir( $agn_dir ) ) |
|---|
| 6 | { |
|---|
| 7 | printf(" invalid directory for agn\n"); |
|---|
| 8 | printf(" was ==%s==\n",$agn_dir ); |
|---|
| 9 | if( $lgLOGGING ) |
|---|
| 10 | { |
|---|
| 11 | printf(ioLOG " invalid directory for agn\n"); |
|---|
| 12 | printf(ioLOG " was ==%s==\n",$agn_dir ); |
|---|
| 13 | } |
|---|
| 14 | exit(1); |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | system( |
|---|
| 19 | "tar -cvf \"$out_dir\"\"agn.tar\" agn/*.doc agn/*/*.doc "); |
|---|