Re: PW#5-1: Bash vs Bourne shell

1998-01-15 Thread Christian Lynbech on satellite
I think that the major culprit will be {} expansion constructs, as in {tmp-a,tmp-b}/*.c In lack of a more ambitious appendix, at least this example should be included in the policy manual. ---+-- Christian Lynbech

Re: PW#5-1: Bash vs Bourne shell

1998-01-15 Thread Brian White
> On Tue, Jan 13, 1998 at 11:34:21PM +0100, Christian Schwarz wrote: > > Restrict your script to POSIX features when possible so that it may > > use /bin/sh as its interpreter. If your script works with ash, it's > > probably POSIX compliant, but if you are in doubt, use /bin/bash. >

Re: PW#5-1: Bash vs Bourne shell

1998-01-15 Thread Adrian Bridgett
On Wed, Jan 14, 1998 at 02:50:39PM +0100, Christian Schwarz wrote: > On Wed, 14 Jan 1998 [EMAIL PROTECTED] wrote: > > > On Tue, Jan 13, 1998 at 11:34:21PM +0100, Christian Schwarz wrote: > > > Restrict your script to POSIX features when possible so that it may > > > use /bin/sh as its in

Re: PW#5-1: Bash vs Bourne shell

1998-01-14 Thread Christian Schwarz
On Wed, 14 Jan 1998 [EMAIL PROTECTED] wrote: > On Tue, Jan 13, 1998 at 11:34:21PM +0100, Christian Schwarz wrote: > > Restrict your script to POSIX features when possible so that it may > > use /bin/sh as its interpreter. If your script works with ash, it's > > probably POSIX compli

Re: PW#5-1: Bash vs Bourne shell

1998-01-14 Thread jdassen
On Tue, Jan 13, 1998 at 11:34:21PM +0100, Christian Schwarz wrote: > Restrict your script to POSIX features when possible so that it may > use /bin/sh as its interpreter. If your script works with ash, it's > probably POSIX compliant, but if you are in doubt, use /bin/bash. I'd pref

PW#5-1: Bash vs Bourne shell

1998-01-13 Thread Christian Schwarz
[This mail is part of Debian Policy Weekly issue #5] Topic 1: Bash vs Bourne shell STATE: APPROVAL There has been a long discussion on debian-policy about which shell features can be assumed to be provided by /bin/sh. Currently, a lot of packages use bash-specific features but specify "#!/bin/s