From 9d03265251c5aa3714821d2356c9f42d4aa9bc04 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Wed, 9 Sep 2020 21:55:55 +0200 Subject: [PATCH] Update _cmd_build add newline on stapibuild --- support/functions/_cmd_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index c8435a8..fd01aff 100644 --- a/support/functions/_cmd_build +++ b/support/functions/_cmd_build @@ -112,12 +112,12 @@ _cmd_build(){ "USE_STAPI=1") _stapi="-stapi" [ -z "$stapi_lib_custom" ] && STAPI_LIB="STAPI_LIB=$sdir/stapi/liboscam_stapi.a" || STAPI_LIB="STAPI_LIB=$sdir/stapi/${stapi_lib_custom}" - printf "$w_l | LIB : ${c_l}$(basename "$STAPI_LIB")${w_l}";; + printf "$y_l\n | LIB : ${c_l}$(basename "$STAPI_LIB")${w_l}";; "USE_STAPI5=1") _stapi5="-stapi5" - [ "$OPENBOX" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_OPENBOX.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_OPENBOX.a"$w_l - [ "$UFS916003" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916_0.03.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_UFS916_0.03.a"$w_l - [ "$UFS916003" == "0" ] && [ "$OPENBOX" == "0" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_UFS916.a"$w_l;; + [ "$OPENBOX" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_OPENBOX.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_OPENBOX.a"$w_l + [ "$UFS916003" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916_0.03.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_UFS916_0.03.a"$w_l + [ "$UFS916003" == "0" ] && [ "$OPENBOX" == "0" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_UFS916.a"$w_l;; esac done