You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|| sleep: invalid time interval ‘|’
|| sleep: invalid time interval ‘echo’
|| sleep: invalid time interval ‘try’
|| Try 'sleep --help' for more information.
If I use makeprg=sleep\ 1\ \|\ echo\ try, Make works fine but make does not.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Now the compiler takes 1 second and echoes
try
If I use
makeprg=sleep\ 1\ \|\ echo\ try
,Make
works fine butmake
does not.The text was updated successfully, but these errors were encountered: