diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index fe20ddda3..8b2ecfebc 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -492,12 +492,10 @@ downloadable PDF form on Intel's web site: @subsection Shell scripts aren't running properly from my makefiles? -@strong{(Please note: This section has not yet been updated for the latest -net release.)} - -You need to have . (dot) in your $PATH. You should NOT need to add -/bin/sh in front of each and every shell script invoked in your -Makefiles. +If your scripts are in the current directory, you must have @samp{.} +(dot) in your $PATH. (It is not normally there by default.) Otherwise, +you would need to add /bin/sh in front of each and every shell script +invoked in your Makefiles. @subsection What preprocessor do I need to know about?