support/scripts: relocate-sdk.sh now uses a normal pipe to find strings
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 20 Jul 2017 14:35:12 +0000 (16:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Jul 2017 20:29:12 +0000 (22:29 +0200)
commitf45f0c2d40e3e750d66a9b791ed9e62ac4f69a8f
treefdb23668f44b2453a719f06993527ed7172c6412
parentcaa376001455c8c3ebaaa3e4de2078dc3cce8948
support/scripts: relocate-sdk.sh now uses a normal pipe to find strings

The normal shell does not support the bashism "< <(...)". Therefore
we use a normal pipe to find files containing a specific string.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/misc/relocate-sdk.sh