aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-28 15:15:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-28 15:15:48 +0000
commita2f729c2f9905d7a5f7a9f9b4d9eb85ed747f75d (patch)
tree3fc1dc6570e2727db26583059ab8ff8fa0ea3f40 /chapter01
parent38b592ad40cc4f9e9ca326b4a39d58a4a2c9a426 (diff)
changed $* into "$@" in the functions script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7a22673c3..9b80f630f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -223,6 +223,11 @@ with "Already running" or "Not running".
</para></listitem>
<listitem><para>
+Chapter 7: Changed $* into "$@" in the functions script. "$@" allows
+usage of quoted arguments with blanks.
+</para></listitem>
+
+<listitem><para>
Chapter 7+8: Moved the creation of /etc/fstab to chapter 8.
</para></listitem>