mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
changed $* to "$@"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a9e55e71a0
commit
e25f27dd4e
@ -61,7 +61,7 @@ print_error_msg()
|
|||||||
#
|
#
|
||||||
startup() {
|
startup() {
|
||||||
|
|
||||||
$debug $*
|
$debug "$@"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user