Hi

On Thu, Oct 2, 2014 at 8:59 AM, Chris Adams  wrote:

If that's the case, why do we have the /bin/sh symlink?  Just remove it
and make the bash dependency explicit (so everything has to call
/bin/bash).

I understand this is a rherotical argument but the symlink exists because it is required by things like system()

Ex: execl("/bin/sh", "sh". "-c", command, (char *) 0);

Rahul