Brandon Casey wrote: > If I change #!/bin/sh to #!/bin/bash I get what is expected: > > foo: yo adrian > foo: wo adrian > > #!/bin/ksh > foo: > foo: yo adrian Unless I'm on solaris, then #!/bin/ksh gives me the same result as bash: foo: yo adrian foo: wo adrian -brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html