I understand that. But if you change all your scripts to use #!/bin/bash instead of #!/bin/sh
your scripts will fail when bash isn't installed. -Len On Oct 10, 2011, at 8:24 AM, Greg Wooledge wrote: On Thu, Oct 06, 2011 at 02:54:56PM -0400, Len Giambrone wrote: Many people now use sh and bash interchangeably. That is wrong. Those people need to learn that sh and bash are NOT interchangeable.