Re: [gridengine users] qmake escapes the '&&' followed by '\n'

2014-07-30 Thread Pierre Lindenbaum
On 07/30/2014 06:33 PM, Reuti wrote: Am 17.07.2014 um 16:22 schrieb Pierre Lindenbaum: OK, it seems to be a known bug : I was redirect to that post today: https://arc.liv.ac.uk/trac/SGE/ticket/1420?cversion=0&cnum_hist=1 It's just exported. But did you set it to a script or alike beforehand

Re: [gridengine users] qmake escapes the '&&' followed by '\n'

2014-07-30 Thread Reuti
Am 17.07.2014 um 16:22 schrieb Pierre Lindenbaum: > OK, it seems to be a known bug : I was redirect to that post today: > > https://arc.liv.ac.uk/trac/SGE/ticket/1420?cversion=0&cnum_hist=1 > > > I'm now trying to set the variable QRSH_WRAPPER > How does it look like ? Is there any example for

Re: [gridengine users] qmake escapes the '&&' followed by '\n'

2014-07-17 Thread Pierre Lindenbaum
OK, it seems to be a known bug : I was redirect to that post today: https://arc.liv.ac.uk/trac/SGE/ticket/1420?cversion=0&cnum_hist=1 I'm now trying to set the variable QRSH_WRAPPER How does it look like ? Is there any example for shell wrapping this shell ? I tried: ``` #!/bin/bash export Q

[gridengine users] qmake escapes the '&&' followed by '\n'

2014-07-17 Thread Pierre Lindenbaum
Hi all, here is something I've observed with our new installation of SGE: Here is a simple makefile ### .PHONY:all all: echo "Hello" && \ cat /dev/zero | tr "\0" "\n" | head -n 1 ### it works fine with std GNU-make 3.81 (and even with SLURM+make 3.8