Echo terminal command line on Apple

This commit is contained in:
Stefan Rueger 2022-07-14 18:31:44 +01:00
parent 14b27726d4
commit 7ceb163cba
1 changed files with 1 additions and 1 deletions

View File

@ -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]);