diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml
index 1b846f195..431affdc3 100644
--- a/chapter07/stripping.xml
+++ b/chapter07/stripping.xml
@@ -131,12 +131,10 @@ strip --strip-unneeded $LFS/tools/bin/*
cd $LFS &&
-tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .
-
+tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .
cd $LFS &&
-tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
-
+tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
Replace $HOME by a directory of your choice if you
@@ -156,13 +154,11 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
cd $LFS &&
rm -rf ./* &&
-tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz
-
+tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz
cd $LFS &&
rm -rf ./* &&
-tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz
-
+tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz
Again, double check that the environment has been setup properly