diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-08 18:10:59 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-08 18:10:59 +0000 |
commit | 0539aeae99281c6466bdd7b41e78bbe1c2a2560d (patch) | |
tree | f0b1f06747c06429552a6f8f5bb017cc78890003 /chapter01 | |
parent | 31d3f3218663df11fbc3f51e558c75a87fe5a5dd (diff) |
Fix bash stdin test to work when switching users
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2b163af61..9a703e5de 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,7 +37,7 @@ --> <listitem> - <para>2007-08-07</para> + <para>2007-08-08</para> <itemizedlist> <listitem> <para>[dnicholson] - Redirected <filename @@ -45,6 +45,12 @@ running the Bash testsuite to prevent errors with terminal permissions.</para> </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2007-08-07</para> + <itemizedlist> <listitem> <para>[dnicholson] - Added the <parameter>--disable-werror</parameter> parameter to Binutils Pass 1.</para> |