Merge pull request #5615 from jthacker/genconfigheader_fix

genconfigheader.sh: Fix for for building on OSX
pr/spi.typo
kYc0o 7 years ago committed by GitHub
commit 49e0ea7fa6

@ -23,7 +23,7 @@ shift
MD5SUM=md5sum
if [ "$(uname -s)" = "Darwin" ]; then
MD5SUM=md5 -r
MD5SUM="md5 -r"
fi
# atomically update the file

Loading…
Cancel
Save