cdist/doc/dev/logs/2012-05-31.csh-compatibilty
Nico Schottelius 3e502bbe88 note about csh
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-05-31 19:37:06 +02:00

10 lines
331 B
Text

If root's shell is csh or other non-sh compatible, we have problems.
See https://github.com/telmich/cdist/issues/54.
Stuff to try out:
- "-o SendEnv name" [may break remote exec/copy]
- cat * | /bin/sh -s could also work, needs testing though
Somebody who is affected should give this a try, especially the 2nd
variant.