mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-25 09:32:46 +08:00
fix: readline not installed on mac by default..
This commit is contained in:
parent
12af27967b
commit
92d89dd539
1 changed files with 2 additions and 0 deletions
|
@ -261,7 +261,9 @@ int main(int argc, char* argv[]) {
|
|||
/* initialize history */
|
||||
using_history();
|
||||
|
||||
#ifdef RL_STATE_READCMD
|
||||
rl_extend_line_buffer(1024);
|
||||
#endif
|
||||
|
||||
if (argc < 2) {
|
||||
show_help(true, argv[0]);
|
||||
|
|
Loading…
Reference in a new issue