diff options
author | Marc Cornellà <marc.cornella@live.com> | 2014-09-30 11:33:42 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-09-03 20:49:55 +0200 |
commit | 53c3567cc395127d6ba90b8a010e8f7a48a16713 (patch) | |
tree | 0dd86eeb707cccb9ec40ea7d74dd984aafd25e28 /themes | |
parent | 142ad842d706e16317bcc8b44ef1b19d625d1fb8 (diff) | |
download | zsh-53c3567cc395127d6ba90b8a010e8f7a48a16713.tar.gz zsh-53c3567cc395127d6ba90b8a010e8f7a48a16713.tar.bz2 zsh-53c3567cc395127d6ba90b8a010e8f7a48a16713.zip |
Force ssh-agent output to use bourne-style syntax
On systems where the shell cannot be changed because of a strict
security policy, ssh-agent will use the syntax of whatever the
default $SHELL is.
For instance, if the default shell is tcsh, ssh-agent will use the
c-shell style (setenv).
This change forces ssh-agent to use bourne-style syntax since that
has to be later interpreted by zsh. Consequently, the environment
file will contain `export' statements from now on (instead of
`setenv').
Diffstat (limited to 'themes')
0 files changed, 0 insertions, 0 deletions