summaryrefslogtreecommitdiff
path: root/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-29 13:09:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-29 13:09:30 -0400
commit846642da916800f2ea42dc2e1b97da32a11fc1bf (patch)
treeda8a455f45c3e14d7e822c9ab4875d351f734d3a /doc/bugs/Detection_assumes_that_shell_is_bash.mdwn
parent987b11fdf42b58a92d817131c416edbdbcb94297 (diff)
webapp: Run ssh server probes in a way that will work when the login shell is a monstrosity that should have died 25 years ago, such as csh.
Diffstat (limited to 'doc/bugs/Detection_assumes_that_shell_is_bash.mdwn')
-rw-r--r--doc/bugs/Detection_assumes_that_shell_is_bash.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn b/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn
index 46b159e80..9bb0629d3 100644
--- a/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn
+++ b/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn
@@ -18,3 +18,7 @@ git-annex version: 3.20121017
Not everyone has bash as there login-shell.
[[!tag /design/assistant]]
+
+> [[done]]; assistant now uses sh -c "sane shell stuff here" to work
+> around csh. (There are systems without bash, but probably fewer without sh)
+> --[[Joey]]