mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
This commit is contained in:
@@ -10,5 +10,5 @@ config BR2_PACKAGE_MICROPERL_MODULES
|
||||
help
|
||||
List of microperl modules to copy to the rootfs.
|
||||
E.g.
|
||||
warnings.pm warnings/register.pm strict.pm constant.pm vars.pm
|
||||
warnings.pm warnings/register.pm strict.pm constant.pm vars.pm
|
||||
Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm
|
||||
|
||||
Reference in New Issue
Block a user