Changeset 36380 in osm for applications/editors
- Timestamp:
- 2025-02-03T16:18:53+01:00 (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/github
r36367 r36380 47 47 chomp($plugin); 48 48 chdir($plugin); 49 for my $file (glob "data/*.lang") 49 my $p = Cwd::abs_path('data'); 50 for my $file (glob "$p/*.lang") 50 51 { 52 system('git','add',$file); 51 53 system('git','add',$file); 52 54 }
Note:
See TracChangeset
for help on using the changeset viewer.