Re: [Rcpp-devel] Rcpp Armadillo's configure script's hashbang

2015-02-28 Thread Dirk Eddelbuettel
As I tried to explain, I stand behind this as maintainer interfacing gatekeepers enforcing coding and package standards at both Debian and CRAN. I have hard-earned experience in dealing with these folks and standards since, respectively, the mid 1990s and early 2000s. And not-infrequently did I h

Re: [Rcpp-devel] Rcpp Armadillo's configure script's hashbang

2015-02-28 Thread Zé Loff
On Sat, Feb 28, 2015 at 01:55:43PM -0600, Dirk Eddelbuettel wrote: > > On 28 February 2015 at 19:34, Ze Loff wrote: > | > | Hi > | > | Can #!/bin/bash be replaced by something more portable (e.g. #!/bin/sh) > | on the configure script? Since I don't think that there are any > | bash-isms on the

Re: [Rcpp-devel] Rcpp Armadillo's configure script's hashbang

2015-02-28 Thread Dirk Eddelbuettel
On 28 February 2015 at 19:34, Ze Loff wrote: | | Hi | | Can #!/bin/bash be replaced by something more portable (e.g. #!/bin/sh) | on the configure script? Since I don't think that there are any | bash-isms on the configure script, and that most UNIX-like OS have | either some version of the Bour

[Rcpp-devel] Rcpp Armadillo's configure script's hashbang

2015-02-28 Thread Ze Loff
Hi Can #!/bin/bash be replaced by something more portable (e.g. #!/bin/sh) on the configure script? Since I don't think that there are any bash-isms on the configure script, and that most UNIX-like OS have either some version of the Bourne Shell or link /bin/sh to a compatible shell (e.g. OS X ha