Add OSX into the logic that uses md5 instead of md5sum.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp 2007-11-18 21:50:58 +00:00
parent d447eb052c
commit f71cd9acc8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ then
fi
case ${OSARCH} in # actually we should check build_os
*BSD|mingw*)
*BSD|mingw|darwin*)
BUILDSUM=`echo ${TMP} | md5`
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
;;