diff --git a/ChangeLog b/ChangeLog index 289460c7ca08da5f75d0ad2e42a85c5a97d73da4..86566dca97814f79364d338eb2373e0e382dc5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -343,6 +343,8 @@ in particular for now). * Add support for TRS80-Model 3 based on the xtrs emulation (http://www.tim-mann.org/xtrs.html) Per patch from Jacques Pelletier. + * In all shell scripts, change #!/bin/sh to #!/bin/bash to resolve problems in + Ubuntu where /bin/sh is a link to dash. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a2a4803a38d190b40e538a402f4d95e0b6a5b826..b5e44e68ad92928f9b45d15c695525235a85c2bd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@ <tr align="center" bgcolor="#e4e4e4"> <td> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> - <p>Last Updated: February 14, 2008</p> + <p>Last Updated: March 3, 2008</p> </td> </tr> </table> @@ -997,6 +997,8 @@ nuttx-0.3.9 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> in particular for now). * Add support for TRS80-Model 3 based on the xtrs emulation (http://www.tim-mann.org/xtrs.html) Per patch from Jacques Pelletier. + * In all shell scripts, change #!/bin/sh to #!/bin/bash to resolve problems in + Ubuntu where /bin/sh is a link to dash. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>