Эх сурвалжийг харах

Fixed rogue 'done' in case statement.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 жил өмнө
parent
commit
8c3423002c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      chapter06/glibc.xml

+ 1 - 1
chapter06/glibc.xml

@@ -108,7 +108,7 @@ cd ../glibc-build</userinput></screen>
 
 <screen><userinput remap="configure">case `uname -m` in
   i?86) echo "CFLAGS += -march=i486 -mtune=native" &gt; configparms ;;
-done</userinput></screen>
+esac</userinput></screen>
 
     <para>Prepare Glibc for compilation:</para>