[pacman-dev] [PATCH 2/6] makepkg: use printf rather than echo to output variable

2012-03-08 Thread Allan McRae
Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 62 - 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 601c7e2..384e142 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/make

Re: [pacman-dev] [PATCH 2/6] makepkg: use printf rather than echo to output variable

2012-03-09 Thread Dave Reisner
On Fri, Mar 09, 2012 at 05:59:05PM +1000, Allan McRae wrote: > Signed-off-by: Allan McRae > --- > scripts/makepkg.sh.in | 62 > - > 1 file changed, 31 insertions(+), 31 deletions(-) > > diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in

Re: [pacman-dev] [PATCH 2/6] makepkg: use printf rather than echo to output variable

2012-03-10 Thread Allan McRae
On 10/03/12 01:20, Dave Reisner wrote: > On Fri, Mar 09, 2012 at 05:59:05PM +1000, Allan McRae wrote: >> Signed-off-by: Allan McRae >> --- >> scripts/makepkg.sh.in | 62 >> - >> 1 file changed, 31 insertions(+), 31 deletions(-) >> >> diff --git a