Преглед изворни кода

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 година
родитељ
комит
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>