So I have a phony task that starts a process. I expect that if I Ctrl-C, that the signal will be sent to the process, and then shake will continue / terminate (and this is how make works) . But, instead shake terminates (with 'user interrupt'), and the process is still running in the background.
I looked at the various options to run commands with, but didn't see anything obvious. Is the current behavior expected? It seems wrong...