From 89a49511a479330ed1a3b655766b44b4b29cabf5 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Sat, 17 Nov 2007 06:09:42 +0000 Subject: [PATCH] actually let this compile, oops :( git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89360 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/make_buildopts_h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h index 67c42c122d..e7c7e0fd28 100755 --- a/build_tools/make_buildopts_h +++ b/build_tools/make_buildopts_h @@ -29,6 +29,6 @@ case ${OSARCH} in # actually we should check build_os ;; *) 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 -- GitLab