Re: [cvs] bogofilter/src bf_compact,1.17,1.18
Matthias Andree <[email protected]>
| Newsgroups | gmane.mail.bogofilter.devel |
|---|---|
| Message-ID | <[email protected]> |
David Relson <[email protected]> writes: > Update of /cvsroot/bogofilter/bogofilter/src > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30249 > > Modified Files: > bf_compact > Log Message: > Another fix for ksh on Solaris 9. > > Index: bf_compact > =================================================================== > RCS file: /cvsroot/bogofilter/bogofilter/src/bf_compact,v > retrieving revision 1.17 > retrieving revision 1.18 > diff -u -d -r1.17 -r1.18 > --- bf_compact 7 May 2005 14:12:12 -0000 1.17 > +++ bf_compact 7 May 2005 14:16:28 -0000 1.18 > @@ -41,10 +41,10 @@ > > TEMP="bf_compact.$$" > > -if ! mkdir "$TEMP" ; then This problem, too, is the result of not using Solaris' /usr/xpg4/bin/sh. We could use something like this as a simple check: /path/to/sh -c 'if ! false ; then echo $(echo OK) ; fi' Any objections to letting configure.ac figure the proper shell and awk path and toss the bf_* scripts through config.status to get proper shebangs? -- Matthias Andree _______________________________________________ Bogofilter-dev mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter-dev