mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
toolchain-scripts: retab file
A function is uses a mix of spaces and tabs. The rest of the file uses tabs, so switch to tabs uniformly. (From OE-Core rev: 693daaac7399a5a7665cd3bcbc915ff93db36db5) Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7176d4d599
commit
fa415be194
@@ -122,7 +122,7 @@ toolchain_create_post_relocate_script() {
|
||||
rm -f $script
|
||||
touch $script
|
||||
|
||||
cat >> $script <<EOF
|
||||
cat >> $script <<EOF
|
||||
if [ -d "${SDKPATHNATIVE}/post-relocate-setup.d/" ]; then
|
||||
for s in ${SDKPATHNATIVE}/post-relocate-setup.d/*.sh; do
|
||||
\$s "\$1"
|
||||
|
||||
Reference in New Issue
Block a user