From 9ff5e7a29404ab03c67540b4da8f291ca1770438 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 18 Aug 2020 21:32:01 +0200 Subject: [PATCH] dev: macos: install sha1sum Install the sha1sum utility for the tests. Signed-off-by: Johannes Berg --- dev/prep-for-macos-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/prep-for-macos-build b/dev/prep-for-macos-build index 94233a5..52efc79 100755 --- a/dev/prep-for-macos-build +++ b/dev/prep-for-macos-build @@ -12,7 +12,7 @@ pyver="${1:-python2}" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew update -brew install par2 readline rsync pkg-config +brew install par2 readline rsync pkg-config md5sha1sum # This avoid's macos interference, i.e. without this it looks like we # won't actually be able to use the readline we just installed above. -- 2.39.2