for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
config BR2_PACKAGE_FILE
|
|
bool "file"
|
|
help
|
|
Program to identify a file's format by scanning binary data
|
|
for known patterns.
|
|
|
|
ftp://ftp.astron.com/pub/file/
|