##// END OF EJS Templates
Remove bash-ism and use standard posix redirect in sshx.sh script....
Fernando Perez -
Show More
@@ -411,7 +411,7 b' bsub < $1'
411 411
412 412 sshx_template_prefix="""#!/bin/sh
413 413 """
414 sshx_template_suffix=""""$@" &> /dev/null &
414 sshx_template_suffix=""""$@" > /dev/null 2>&1 &
415 415 echo $!
416 416 """
417 417
General Comments 0
You need to be logged in to leave comments. Login now