Echo terminal command line on Apple
This commit is contained in:
parent
14b27726d4
commit
7ceb163cba
|
@ -1473,7 +1473,7 @@ int terminal_mode(PROGRAMMER * pgm, struct avrpart * p)
|
|||
return argc;
|
||||
}
|
||||
|
||||
#if !defined(HAVE_LIBREADLINE) || defined(WIN32)
|
||||
#if !defined(HAVE_LIBREADLINE) || defined(WIN32) || defined(__APPLE__)
|
||||
fprintf(stdout, ">>> ");
|
||||
for (int i=0; i<argc; i++)
|
||||
fprintf(stdout, "%s ", argv[i]);
|
||||
|
|
Loading…
Reference in New Issue