Mail Archives: djgpp-workers/1999/04/03/13:30:55
Mark E. wrote:
>
> > <sys/types.h> it should go in the non-posix section. Bash should know
> > better, though, and *should* use <time.h>.
>
> It's more of an Autoconf problem than a Bash problem. Autoconf's
> AC_CHECK_TYPE checks <sys/types.h> and so does the AC_TYPE_*
> macros.
>
> > Forward slashes. Forward slashes!
>
> It's too easy to forget! Perhaps if the port of the next version of the diff
> utils converted backslashes to slashes?
Here's a sed script that will do it.
sed -e '/^+++ /s,\\,/,g' -e '/^--- /s,\\,/,g' -e '/^*** /s,\\,/,g'
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -