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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.49 and 1.50

version 1.49, 2017/01/15 22:00:56 version 1.50, 2017/02/03 11:57:27
Line 82 
Line 82 
         else          else
                 cwd = NULL;                  cwd = NULL;
   
         ft = format_create(item, 0);          ft = format_create(item, FORMAT_NONE, 0);
         format_defaults(ft, item->state.c, s, wl, wp);          format_defaults(ft, item->state.c, s, wl, wp);
         shellcmd = format_expand(ft, args->argv[0]);          shellcmd = format_expand(ft, args->argv[0]);
         format_free(ft);          format_free(ft);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50