Changeset 36380 in osm for applications/editors


Ignore:
Timestamp:
2025-02-03T16:18:53+01:00 (7 weeks ago)
Author:
stoecker
Message:

handle softlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/github

    r36367 r36380  
    4747    chomp($plugin);
    4848    chdir($plugin);
    49     for my $file (glob "data/*.lang")
     49    my $p = Cwd::abs_path('data');
     50    for my $file (glob "$p/*.lang")
    5051    {
     52      system('git','add',$file);
    5153      system('git','add',$file);
    5254    }
Note: See TracChangeset for help on using the changeset viewer.