use equals sign for setenv function

Fish version 2.5.0-235-g84cf391 changes `setenv` function implementation.
Using equal sign to assign SSH_ENV variable fixes error caused by the change.
This commit is contained in:
tornike zedginidze 2017-03-16 09:46:14 +01:00 committed by GitHub
parent cbe6bec037
commit 493e7c0c93
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if test -z "$SSH_ENV" if test -z "$SSH_ENV"
setenv SSH_ENV $HOME/.ssh/environment setenv SSH_ENV=$HOME/.ssh/environment
end end
if not __ssh_agent_is_started if not __ssh_agent_is_started