mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Commands which failed expansions are to be stored to history, too.
This commit is contained in:
@ -103,6 +103,8 @@ got_line(char *cmd_buffer)
|
||||
input_hidden = 0;
|
||||
free(cmd);
|
||||
}
|
||||
else
|
||||
add_history(cmd_buffer);
|
||||
}
|
||||
free(cmd_buffer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user