diff --git a/ChangeLog b/ChangeLog index 289460c7ca..86566dca97 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 a2a4803a38..b5e44e68ad 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: February 14, 2008
+Last Updated: March 3, 2008