Skip to content

Commit

Permalink
genconfigheader.sh: Fix for for building on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jthacker committed Jul 8, 2016
1 parent ffb4573 commit bece851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/genconfigheader/genconfigheader.sh
Expand Up @@ -23,7 +23,7 @@ shift

MD5SUM=md5sum
if [ "$(uname -s)" = "Darwin" ]; then
MD5SUM=md5 -r
MD5SUM="md5 -r"
fi

# atomically update the file
Expand Down

0 comments on commit bece851

Please sign in to comment.