Changeset 250
- Timestamp:
- 06/16/07 03:52:36 (3 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/script/create_downloads.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/script/create_downloads.pl
r248 r250 159 159 # paths with colons are addresses on other machines 160 160 chdir $path; 161 @files = map { glob $_ } @files; # on Linux expansion is done by the shell 161 162 system tar => '--force-local', '--exclude=.svn', '-czf', $outpath, @files; 162 163 chdir $basepath;
