From 9c7b9364c7bed57ebb7a14f916c8cb315ab03433 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 6 Mar 2023 21:28:31 -0800 Subject: [PATCH] don't need to specify full path, just folder for dst --- firmware/boards/f0_module/build_wideband.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/boards/f0_module/build_wideband.sh b/firmware/boards/f0_module/build_wideband.sh index 24dad53..5caa5ec 100755 --- a/firmware/boards/f0_module/build_wideband.sh +++ b/firmware/boards/f0_module/build_wideband.sh @@ -43,5 +43,5 @@ xxd -i build/wideband_image.bin \ | cat <(echo -n "static const ") - \ > ${DELIVER_DIR}/wideband_image.h -cp ${DELIVER_DIR}/wideband_image_with_bl.bin ../for_rusefi/wideband_image_with_bl.bin -cp ${DELIVER_DIR}/wideband_image.h ../for_rusefi/wideband_image.h +cp ${DELIVER_DIR}/wideband_image_with_bl.bin ../for_rusefi/ +cp ${DELIVER_DIR}/wideband_image.h ../for_rusefi/