Changeset 20851 for trunk/tools/stack_inputs.pl
- Timestamp:
- Nov 26, 2008, 10:48:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/stack_inputs.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/stack_inputs.pl
r20436 r20851 71 71 foreach my $type ( keys %{EXTENSIONS()} ) { 72 72 my $ext = ${EXTENSIONS()}{$type}; # Extension 73 my $ neb = "$warp_path$ext"; # Nebulous file74 my $source = ` neb-locate --path $neb` or die "Unable to locate $neb\n"; # Actual file73 my $file = "$warp_path$ext"; # File 74 my $source = `ipp_datapath.pl $file` or die "Unable to locate $file\n"; # Resolved file name 75 75 chomp $source; 76 my ($target) = $source =~ m|^.* :(.*)|; # Target name76 my ($target) = $source =~ m|^.*[:/](.*)|; # Target name 77 77 !system "cp $source $target" or die "Unable to copy $source\n"; 78 78 print $list "\t$type\tSTR\t$target\n" if defined $input;
Note:
See TracChangeset
for help on using the changeset viewer.
