[BACK]Return to cmd-switch-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-switch-client.c between version 1.32 and 1.33

version 1.32, 2015/10/27 15:58:42 version 1.33, 2015/10/28 09:51:55
Line 121 
Line 121 
   
         if (c != NULL && !args_has(args, 'E')) {          if (c != NULL && !args_has(args, 'E')) {
                 update = options_get_string(s->options, "update-environment");                  update = options_get_string(s->options, "update-environment");
                 environ_update(update, &c->environ, &s->environ);                  environ_update(update, c->environ, s->environ);
         }          }
   
         if (c->session != NULL && c->session != s)          if (c->session != NULL && c->session != s)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33