mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 10:25:37 +00:00
Merge branch 'obsd-master'
Sync from OpenBSD.
This commit is contained in:
commit
a75801320d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ cmd_set_environment_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
|
||||
if (args->argc < 1)
|
||||
if (args->argc < 2)
|
||||
value = NULL;
|
||||
else
|
||||
value = args->argv[1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue