소스 검색

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
Dan Nichilson 18 년 전
부모
커밋
0539aeae99
2개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 7 1
      chapter01/changelog.xml
  2. 2 2
      general.ent

+ 7 - 1
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>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070807">
-<!ENTITY releasedate "August 7, 2007">
+<!ENTITY version "SVN-20070808">
+<!ENTITY releasedate "August 8, 2007">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->