From de797aa99d7b380cdef6c0146ae4cc68d10e089d Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Wed, 23 Jan 2019 09:56:05 +0200 Subject: Coding style fixes in functions Signed-off-by: Dima Krasner diff --git a/scripts/functions b/scripts/functions index 877426b..618298a 100644 --- a/scripts/functions +++ b/scripts/functions @@ -2460,7 +2460,7 @@ CT_InstallConfigurationFile() local suffix="${2}" CT_DoExecLog ALL mkdir -p "${CT_PREFIX_DIR}/bin" - CT_DoExecLog DEBUG ${install} -m 0755 "${CT_LIB_DIR}/scripts/toolchain-config.in" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config" - CT_DoExecLog DEBUG ${sed} -i -e 's,@@grep@@,"'"${grep}"'",;' "${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config" - bzip2 -c -9 "$1" >>"${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config" + CT_DoExecLog DEBUG ${install} -m 0755 "${CT_LIB_DIR}/scripts/toolchain-config.in" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-${suffix}.config" + CT_DoExecLog DEBUG ${sed} -i -e 's,@@grep@@,"'"${grep}"'",;' "${CT_PREFIX_DIR}/bin/${CT_TARGET}-${suffix}.config" + bzip2 -c -9 "${path}" >>"${CT_PREFIX_DIR}/bin/${CT_TARGET}-${suffix}.config" } -- cgit v0.10.2-6-g49f6