Changeset 36255 in osm for applications/editors/josm/plugins
- Timestamp:
- 2024-04-18T19:05:43+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/github
r36252 r36255 14 14 } 15 15 } 16 elsif(($ARGV[0]||'') eq 'status') 17 { 18 my $dir = cwd(); 19 for my $plugin (<$file>) 20 { 21 print($plugin); 22 chomp($plugin); 23 chdir($plugin); 24 system('git','status',$plugin); 25 chdir($dir); 26 } 27 } 16 28 else 17 29 { … … 19 31 for my $plugin (<$file>) 20 32 { 33 print($plugin); 21 34 chomp($plugin); 22 35 chdir($plugin);
Note:
See TracChangeset
for help on using the changeset viewer.