Comment 3 for bug 78116

Revision history for this message
David Fox (david-fox) wrote :

This is a real problem in makefiles, causing some builds to fail:

% bash -c 'echo "hello\n"'
hello\n
% dash -c 'echo "hello\n"'
hello

%

I would suggest that dash is not ready for prime time as a replacement for bash.