diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-28 15:15:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-28 15:15:48 +0000 |
commit | a2f729c2f9905d7a5f7a9f9b4d9eb85ed747f75d (patch) | |
tree | 3fc1dc6570e2727db26583059ab8ff8fa0ea3f40 /chapter01 | |
parent | 38b592ad40cc4f9e9ca326b4a39d58a4a2c9a426 (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.xml | 5 |
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> |