Skip to content
Commit e420a38f authored by Roger Pau Monne's avatar Roger Pau Monne Committed by Tom Rini
Browse files

build/DTC: fix sed usage in DTC command



Current sed usage in the DTC command relies on GNU sed specific -i
option which has a slightly different syntax for BSD sed and always
expects an extension to be provided in order to create a backup file.

Instead drop the cat concatenation done before the sed call and use
sed itself to edit and concatenate the files.

No functional change intended.

Signed-off-by: default avatarRoger Pau Monné <royger@FreeBSD.org>
parent 99078472
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment