madhuneal / ppss

Automatically exported from code.google.com/p/ppss
0 stars 0 forks source link

remote code assumes the running of bash #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The remote code that is called assumes the running of the bash shell. The tcsh 
shell does not recognize the 2>&1 construction, and so this causes some errors. 
A solution could be to execute 
ssh machine bash -c "command 2>&1"

Original issue reported on code.google.com by pauloliv...@gmail.com on 30 Jan 2011 at 11:17

GoogleCodeExporter commented 9 years ago
I could start a rant about BSD using this shell you mentioned as a default but 
I am too stupid to code beyond bash so I should shut up.

Thanks for the tip I will look into this. 

Original comment by Louwrentius on 11 Feb 2011 at 10:08

GoogleCodeExporter commented 9 years ago
PPSS will require Bash.

Original comment by Louwrentius on 9 Aug 2011 at 7:37