From 2b64d5b5688f493511c1549faebfd2b0251f4706 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 1 Aug 2001 00:14:03 +0000 Subject: [PATCH] Noted change to "$@" in rc script git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 776aaf287..76f6410da 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,8 +41,8 @@ to groff-1.17.1 sh-utils so that net-tools can replace sh-utils's /bin/hostname. -Chapter 7: Changed $* into "$@" in the functions script. -"$@" allows usage of quoted arguments with blanks. +Chapter 7: Changed $* into "$@" in the functions and rc +scripts. "$@" allows usage of quoted arguments with blanks. Chapter 7: Added print_error_msg from the rcS script as it appears in the rc script as well.