Changeset 250

Show
Ignore:
Timestamp:
06/16/07 03:52:36 (3 years ago)
Author:
eevee
Message:

Linuxy fix for the download generator script.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/create_downloads.pl

    r248 r250  
    159159    # paths with colons are addresses on other machines 
    160160    chdir $path; 
     161    @files = map { glob $_ } @files;  # on Linux expansion is done by the shell 
    161162    system tar => '--force-local', '--exclude=.svn', '-czf', $outpath, @files; 
    162163    chdir $basepath;