summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-05 05:40:37 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-05 05:40:37 +0000
commit4ab44779aea02d43050c0044f6fddea256ffdc77 (patch)
tree799355725a12473ee8028bf6ab32cbcfcae0ec60 /build_tools
parent742547e4262caedd05f8192fcbba7bcfb37d3dac (diff)
remove stray character that my editor decided to add
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2281 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_firmware_object1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/make_firmware_object b/build_tools/make_firmware_object
index 49f1714..4d72110 100755
--- a/build_tools/make_firmware_object
+++ b/build_tools/make_firmware_object
@@ -10,4 +10,3 @@ bfdname=`LANG=C objdump -f ${3} | grep -e "${3}:" | sed "s/.*file format \(.*\)/
bfdarch=`LANG=C objdump -f ${3} | grep -e "architecture:" | sed "s/.*ture: \(.*\),.*/\1/"`
objcopy -I binary ${1} -B ${bfdarch} -O ${bfdname} ${2} --rename-section .data=.rodata,alloc,load,data,contents,readonly
-n