summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/Documentation/NuttX.html4
2 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 289460c7c..86566dca9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index a2a4803a3..b5e44e68a 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/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 &lt;spudmonkey@racsa.co.cr&gt;
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 &lt;spudmonkey@racsa.co.cr&gt;