On Sunday 10 January 2010 19:26:24 James Vega wrote: > On Sun, Jan 10, 2010 at 10:22:58AM -0600, Joseph Rawson wrote: > > On Sunday 10 January 2010 04:40:08 Adam D. Barratt wrote: > > > On Sun, January 10, 2010 09:42, Joseph Rawson wrote: > > > > I was hoping that this problem would've been fixed by now, but since > > > > I got tired of being unable to run debuild, I tried to figure out > > > > what happened. > > > > > > > > I compared the debuild from lenny to find what change had caused the > > > > problem, > > > > and I just reverted that part of debuild back to the way it was done > > > > in lenny. > > > > I attached a simple patch that I've been using successfully (so far). > > > > > > - $shell_cmd .= 'while [ $# -gt 0 ]; do printf "%s\n" $1; shift; > > > done;' . "\n"; > > > + $shell_cmd .= 'while [ $# -gt 0 ]; do echo $1; shift; done;' . > > > "\n"; > > Raphael Geissert pointed out on IRC that quoting the $1 should fix the > problem. Could you try that out, Joseph? > > - $shell_cmd .= 'while [ $# -gt 0 ]; do printf "%s\n" $1; shift; > done;' . "\n"; + $shell_cmd .= 'while [ $# -gt 0 ]; do printf > "%s\n" "$1"; shift; done;' . "\n"; > Yes, this solution works well! Thanks for taking the time to help me. :)
-- Thanks: Joseph Rawson
signature.asc
Description: This is a digitally signed message part.