git: f3674213e38f - main - depend-cleanup.sh: Fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 23:18:58 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=f3674213e38f07752963cde58b2291700c90232a
commit f3674213e38f07752963cde58b2291700c90232a
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2023-07-10 23:18:15 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-07-10 23:18:15 +0000
depend-cleanup.sh: Fix whitespace
Fixes: 45c4ff15e3eb ("depend-cleanup.sh: Handle libc bcmp.S moving to bcmp.c on amd64.")
---
tools/build/depend-cleanup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index a7c27a4ba730..743da3361cf5 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -91,7 +91,7 @@ fi
# 20220326 fbc002cb72d2 move from bcmp.c to bcmp.S
if [ "$MACHINE_ARCH" = "amd64" ]; then
- clean_dep lib/libc bcmp c
+ clean_dep lib/libc bcmp c
fi
# 20220524 68fe988a40ca kqueue_test binary replaced shell script