last argument expansion has different output using the sh interpreter

2011-05-27 Thread Jacoby Hickerson
I tried to send this using bash-bug, however I didn't realize my sendmail was not setup, so here is the description in the format of bash-bug. Bash Version: 4.2 Patch Level: 10 Release Status: release Description: When executing a test script using the #!/bin/sh interpreter line the shell

Re: last argument expansion has different output using the sh interpreter

2011-05-27 Thread Jacoby Hickerson
On Fri, May 27, 2011 at 1:20 PM, DJ Mills wrote: > > > On Fri, May 27, 2011 at 3:45 PM, Greg Wooledge wrote: > >> On Fri, May 27, 2011 at 12:35:12PM -0700, Jacoby Hickerson wrote: >> > When executing a test script using the #!/bin/sh interpreter >> line

Re: last argument expansion has different output using the sh interpreter

2011-05-27 Thread Jacoby Hickerson
On Fri, 2011-05-27 at 16:53 -0400, Greg Wooledge wrote: > On Fri, May 27, 2011 at 01:35:50PM -0700, Jacoby Hickerson wrote: > > Although, I am curious, is this is a matter of sh > > being continually updated to exclude all bash extensions > > Eh? POSIX is defined by

Re: last argument expansion has different output using the sh interpreter

2011-05-27 Thread Jacoby Hickerson
On Fri, 2011-05-27 at 14:57 -0600, Bob Proulx wrote: > Jacoby Hickerson wrote: > > Although, I am curious, is this is a matter of sh being continually > > updated to exclude all bash extensions or perhaps previously bash > > didn't interpret #!/bin/sh to be the P