From 5b5b8a0ed94eb9d84a0240638e11e341c90c8f61 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Wed, 20 Apr 2022 20:53:59 +0200 Subject: [PATCH] fix CodeFactor issues --- build-taox11-for-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-taox11-for-osx.sh b/build-taox11-for-osx.sh index e79d2be..93608d5 100755 --- a/build-taox11-for-osx.sh +++ b/build-taox11-for-osx.sh @@ -95,8 +95,8 @@ make c++20=1 -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${TAOX11_ROOT}/tests" 2>&1 | # install make -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${X11_BASE_ROOT}" install 2>&1 | tee make-install.log -find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs tree -find "${INSTALL_PREFIX}/include" -type d -name home -prune | xargs rm -rf +find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 tree +find "${INSTALL_PREFIX}/include" -type d -name home -prune -print0 | xargs -0 rm -rf #FIXME: remove the installed include garbage! CK rm -rf "${INSTALL_PREFIX}/include"