From 8d27a5f7edb18baabdc6b7a6a5dd0fe4b6928926 Mon Sep 17 00:00:00 2001 From: Alexey Marchuk Date: Wed, 5 Oct 2022 09:31:28 +0200 Subject: [PATCH] check_format: Update a hint for Darwin tools Signed-off-by: Alexey Marchuk Change-Id: I483cb49c56b02cd9d24dff2c71395a2e1b0a6a80 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14865 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Paul Luse Reviewed-by: Shuhei Matsumoto Reviewed-by: Krzysztof Karas --- scripts/check_format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_format.sh b/scripts/check_format.sh index ae1fa9ab8..1f4ba6172 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -4,7 +4,7 @@ if [[ $(uname -s) == Darwin ]]; then # SPDK is not supported on MacOS, but as a developer # convenience we support running the check_format.sh # script on MacOS. - # Running "brew install bash greadlink ggrep" should be + # Running "brew install bash coreutils grep" should be # sufficient to get the correct versions of these utilities. if [[ $(type -t mapfile) != builtin ]]; then # We need bash version >= 4.0 for mapfile builtin