Просмотр исходного кода

Removed && from the last line of commands to be executed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 лет назад
Родитель
Сommit
e4893a1d72
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      chapter07/ethnet-symperm.xml

+ 1 - 2
chapter07/ethnet-symperm.xml

@@ -28,8 +28,7 @@ running the following commands:
 	<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;
 		</userinput>
 	<userinput>cd ../rc6.d &amp;&amp;</userinput>
-        <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
-                </userinput>
+        <userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
 </literallayout></blockquote>
 
 </sect2>