=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-respawn-window.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/tmux/cmd-respawn-window.c 2019/09/19 09:02:30 1.40 +++ src/usr.bin/tmux/cmd-respawn-window.c 2020/03/31 17:14:40 1.41 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-respawn-window.c,v 1.40 2019/09/19 09:02:30 nicm Exp $ */ +/* $OpenBSD: cmd-respawn-window.c,v 1.41 2020/03/31 17:14:40 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -68,7 +68,7 @@ add = args_first_value(args, 'e', &value); while (add != NULL) { - environ_put(sc.environ, add); + environ_put(sc.environ, add, 0); add = args_next_value(&value); }