Skip to content

Commit

Permalink
Coding style fix in uClibc.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
  • Loading branch information
dimkr committed Jan 23, 2019
1 parent 2870ffa commit d44a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/libc/uClibc.sh
Expand Up @@ -418,6 +418,6 @@ uClibc_post_cc()
CT_MultilibFixupLDSO

if [ -n "${CT_LIBC_UCLIBC_CONFIG_FILE}" ]; then
CT_InstallConfigurationFile "$CT_LIBC_UCLIBC_CONFIG_FILE" libc
CT_InstallConfigurationFile "${CT_LIBC_UCLIBC_CONFIG_FILE}" libc
fi
}

0 comments on commit d44a626

Please sign in to comment.