From b1411b1291ce4b10654476f880ad7dabb7341184 Mon Sep 17 00:00:00 2001 From: David Starks-Browning Date: Wed, 18 Oct 2000 13:43:56 +0000 Subject: [PATCH] Update entry "Shell scripts aren't running properly from my makefiles?", remove old disclaimer. --- winsup/doc/how-programming.texinfo | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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?