Skip to content
Snippets Groups Projects
Commit 89a49511 authored by Russell Bryant's avatar Russell Bryant
Browse files

actually let this compile, oops :(

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1529586f
Branches
Tags
No related merge requests found
...@@ -29,6 +29,6 @@ case ${OSARCH} in # actually we should check build_os ...@@ -29,6 +29,6 @@ case ${OSARCH} in # actually we should check build_os
;; ;;
*) *)
BUILDSUM=`echo ${TMP} | md5sum` BUILDSUM=`echo ${TMP} | md5sum`
echo "#define AST_BUILDOPT_SUM { `echo -n ${BUILDSUM} | cut -c1-8`, `echo -n ${BUILDSUM} | cut -c9-16`, `echo -n ${BUILDSUM} | cut -c17-24`, `echo -n ${BUILDSUM} | cut -c25-32` }" echo "#define AST_BUILDOPT_SUM { 0x`echo -n ${BUILDSUM} | cut -c1-8`, 0x`echo -n ${BUILDSUM} | cut -c9-16`, 0x`echo -n ${BUILDSUM} | cut -c17-24`, 0x`echo -n ${BUILDSUM} | cut -c25-32` }"
;; ;;
esac esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment