Changeset aea20b5


Ignore:
Timestamp:
06/13/2020 03:32:19 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e0578b6
Parents:
77d2cd8d
Message:

Remove extra empty line at tar commands

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/stripping.xml

    r77d2cd8d raea20b5  
    132132
    133133<screen role="nodump" revision="sysv"><userinput>cd $LFS &amp;&amp;
    134 tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .
    135 </userinput></screen>
     134tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen>
    136135
    137136<screen role="nodump" revision="systemd"><userinput>cd $LFS &amp;&amp;
    138 tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
    139 </userinput></screen>
     137tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
    140138
    141139    <para>
     
    157155<screen role="nodump" revision="sysv"><userinput>cd $LFS &amp;&amp;
    158156rm -rf ./* &amp;&amp;
    159 tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz
    160 </userinput></screen>
     157tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</userinput></screen>
    161158
    162159<screen role="nodump" revision="systemd"><userinput>cd $LFS &amp;&amp;
    163160rm -rf ./* &amp;&amp;
    164 tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz
    165 </userinput></screen>
     161tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</userinput></screen>
    166162
    167163    <para>
Note: See TracChangeset for help on using the changeset viewer.