Re: [PATCH] gnu: postgresql: Substitute hard coded "/bin/sh".

2016-03-25 Thread John Darrington
I committed it with the changes you suggested. Thanks On Thu, Mar 24, 2016 at 10:24:32PM +0100, Ricardo Wurmus wrote: Hi John, thanks for the patch! While the patch looks generally okay, I do want to make a few nit-picking comments. > * gnu/packages/datab

Re: [PATCH] gnu: postgresql: Substitute hard coded "/bin/sh".

2016-03-24 Thread Ricardo Wurmus
Hi John, thanks for the patch! While the patch looks generally okay, I do want to make a few nit-picking comments. > * gnu/packages/databses.scm (postgresql): substitute /bin/sh > with location of bash binary. ^ \_ why two spaces? > (build-system gnu-

[PATCH] gnu: postgresql: Substitute hard coded "/bin/sh".

2016-03-24 Thread John Darrington
* gnu/packages/databses.scm (postgresql): substitute /bin/sh with location of bash binary. --- gnu/packages/databases.scm | 12 1 file changed, 12 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 25c1e6a..b67481f 100644 --- a/gnu/packages/data