Changeset 8294 in genesis


Ignore:
Timestamp:
Aug 10, 2010, 1:31:23 PM (14 years ago)
Author:
rick
Message:

Allow genesis-to-yaml.pl */wleiden.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/genesis-to-yaml.pl

    r8273 r8294  
    55};
    66if (! $@) {
    7   print "Foo";
    87  Geo::Coordinates::RDNAP->import(qw/from_rd to_rd dms/);
    98} else {
     
    2625} elsif ($argc > 1) {
    2726  foreach $file (@ARGV) {
    28      print `perl $ENV{_} $file`;
     27     $output = $file;
     28     $output =~ s/conf$/yaml/;
     29     print `perl $ENV{_} $file > $output`;
    2930  }
    3031  exit 0;
Note: See TracChangeset for help on using the changeset viewer.