RE: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Salz, Rich via RT
These all first appeared in ksh: functions, local, return, $((math)) > > But to my mind, the question is moot, since post-1.0.2 we'll almost > > definitely have c_rehash builtin to the openssl command. > > that would also work :) It will also be much much much faster, since it doesn't have to c

RE: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Salz, Rich
These all first appeared in ksh: functions, local, return, $((math)) > > But to my mind, the question is moot, since post-1.0.2 we'll almost > > definitely have c_rehash builtin to the openssl command. > > that would also work :) It will also be much much much faster, since it doesn't have to c

Re: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Mike Frysinger via RT
On Wed 27 Aug 2014 15:24:45 Salz, Rich via RT wrote: > > i don't think that's really true. else, why is autoconf & friends relying > > on a shell and not perl ? those see way more distribution than openssl. > > Last I looked, autoconf doesn't use anything that really wasn't in Version 7 > Bourne

Re: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Mike Frysinger
On Wed 27 Aug 2014 15:24:45 Salz, Rich via RT wrote: > > i don't think that's really true. else, why is autoconf & friends relying > > on a shell and not perl ? those see way more distribution than openssl. > > Last I looked, autoconf doesn't use anything that really wasn't in Version 7 > Bourne

RE: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Salz, Rich via RT
> i don't think that's really true. else, why is autoconf & friends relying on > a > shell and not perl ? those see way more distribution than openssl. Last I looked, autoconf doesn't use anything that really wasn't in Version 7 Bourne shell. In my comment, I deliberately used the term "posix

RE: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Salz, Rich
> i don't think that's really true. else, why is autoconf & friends relying on > a > shell and not perl ? those see way more distribution than openssl. Last I looked, autoconf doesn't use anything that really wasn't in Version 7 Bourne shell. In my comment, I deliberately used the term "posix

Re: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Mike Frysinger via RT
On Tue 26 Aug 2014 04:31:07 Rich Salz via RT wrote: > The sad thing is, perl is widely available than posix shell. cool hack tho. i don't think that's really true. else, why is autoconf & friends relying on a shell and not perl ? those see way more distribution than openssl. -mike ___

Re: [openssl.org #2324] convert c_rehash from perl to POSIX shell

2014-08-27 Thread Mike Frysinger
On Tue 26 Aug 2014 04:31:07 Rich Salz via RT wrote: > The sad thing is, perl is widely available than posix shell. cool hack tho. i don't think that's really true. else, why is autoconf & friends relying on a shell and not perl ? those see way more distribution than openssl. -mike _