From e989132330af870bd35db583a8218c0d23fd7798 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 25 Dec 2018 18:01:13 -0500 Subject: opkbuild: Join unnecessarily split lines --- (limited to 'src/opkbuild.sh') diff --git a/src/opkbuild.sh b/src/opkbuild.sh index de69d5d..361a5f5 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -259,12 +259,10 @@ build_source() print_arch_stats() { ob_info "$(ob_get_msg 'build_arch_stat_header')" - ob_info "$(ob_get_msg 'arch_stat_arch')" \ - "${OPK_BUILD_ARCH}" + ob_info "$(ob_get_msg 'arch_stat_arch')" "${OPK_BUILD_ARCH}" ob_info "$(ob_get_msg 'arch_stat_plat')" "${OPK_BUILD_PLAT}" ob_info "$(ob_get_msg 'host_arch_stat_header')" - ob_info "$(ob_get_msg 'arch_stat_arch')" \ - "${OPK_HOST_ARCH}" + ob_info "$(ob_get_msg 'arch_stat_arch')" "${OPK_HOST_ARCH}" ob_info "$(ob_get_msg 'arch_stat_plat')" "${OPK_HOST_PLAT}" } -- cgit v0.9.1