git: e6eb94a8ff9d - main - nanobsd: fix typo in utility function call name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Nov 2023 21:20:55 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/src/commit/?id=e6eb94a8ff9d646db9dc81fca7996f785fa828ea
commit e6eb94a8ff9d646db9dc81fca7996f785fa828ea
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-11-06 21:18:35 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-11-06 21:18:35 +0000
nanobsd: fix typo in utility function call name
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D42475
---
tools/tools/nanobsd/defaults.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh
index d9de03fe72da..1fa7a74fd27b 100755
--- a/tools/tools/nanobsd/defaults.sh
+++ b/tools/tools/nanobsd/defaults.sh
@@ -425,7 +425,7 @@ install_kernel ( ) (
)
native_xtools ( ) (
- print 2 "Installing the optimized native build tools for cross env"
+ pprint 2 "Installing the optimized native build tools for cross env"
pprint 3 "log: ${NANO_LOG}/_.native_xtools"
(