mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix shadow variable
This commit is contained in:
parent
c2f910ffe3
commit
86f1b3881d
1 changed files with 1 additions and 1 deletions
|
|
@ -2279,7 +2279,7 @@ int tty_connect(void)
|
||||||
|
|
||||||
if (option.exec != NULL)
|
if (option.exec != NULL)
|
||||||
{
|
{
|
||||||
int status = execute_shell_command(device_fd, option.exec);
|
status = execute_shell_command(device_fd, option.exec);
|
||||||
exit(status);
|
exit(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue