foretspaisibles / bsdowl

A highly portable build system targeting modern UNIX systems. Supports C, OCaml, TeX, METAPOST, NOWEB, M4, and more. Based on BSD Make.
http://michipili.github.io/bsdowl/
Other
102 stars 6 forks source link

Portability of descriptor redirection #163

Closed foretspaisibles closed 9 years ago

foretspaisibles commented 9 years ago

We have a portability issue under Cygwin for the shell construct

exec 2>/dev/null 1>/dev/null

We should remove it from our support scripts in Cygwin.

foretspaisibles commented 9 years ago

The script was removed by 045d2e9 as it is not relevant anymore. This issue is thus resolved.