mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
OSX: Multiple libedit/readline fixes (#585)
* OSX: Multiple libedit/readline fixes.
This commit is contained in:
parent
51d51c6782
commit
a5a830168f
2 changed files with 8 additions and 5 deletions
|
@ -132,7 +132,7 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
|
|||
printf("executing commands from file: %s\n", script_cmds_file);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
read_history(".history");
|
||||
|
||||
while(1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue