[pacman-dev] [PATCH] makepkg: support .tar.Z source packages creation

2011-09-29 Thread lolilolicon
Also address an uninitialized use of $ret. --- scripts/makepkg.sh.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index d426661..8f76656 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1332,6 +1332,7

Re: [pacman-dev] [PATCH] makepkg: support .tar.Z source packages creation

2011-09-29 Thread Allan McRae
On 30/09/11 15:30, lolilolicon wrote: Also address an uninitialized use of $ret. --- scripts/makepkg.sh.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index d426661..8f76656 100644 --- a/scripts/makepkg.sh.in +++ b

Re: [pacman-dev] [PATCH] makepkg: support .tar.Z source packages creation

2011-09-29 Thread lolilolicon
On Fri, Sep 30, 2011 at 2:18 PM, Allan McRae wrote: > On 30/09/11 15:30, lolilolicon wrote: >> >> Also address an uninitialized use of $ret. >> --- >>  scripts/makepkg.sh.in |    6 +- >>  1 files changed, 5 insertions(+), 1 deletions(-) >> >> diff --git a/scripts/makepkg.sh.in b/scripts/makepk