[zaptel-commits] kpfleming: branch 1.2 r2281 - /branches/1.2/build_tools/make_firmware_object

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Sun Mar 4 22:40:37 MST 2007


Author: kpfleming
Date: Sun Mar  4 23:40:37 2007
New Revision: 2281

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2281
Log:
remove stray character that my editor decided to add

Modified:
    branches/1.2/build_tools/make_firmware_object

Modified: branches/1.2/build_tools/make_firmware_object
URL: http://svn.digium.com/view/zaptel/branches/1.2/build_tools/make_firmware_object?view=diff&rev=2281&r1=2280&r2=2281
==============================================================================
--- branches/1.2/build_tools/make_firmware_object (original)
+++ branches/1.2/build_tools/make_firmware_object Sun Mar  4 23:40:37 2007
@@ -10,4 +10,3 @@
 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



More information about the zaptel-commits mailing list