Fix fallback, #197788.
This commit is contained in:
parent
02f47103e3
commit
be13c0018b
@ -1,6 +1,10 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
01 Nov 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
|
Fix fallback, #197788.
|
||||||
|
|
||||||
* baselayout-2.0.0_rc6 (31 Oct 2007)
|
* baselayout-2.0.0_rc6 (31 Oct 2007)
|
||||||
|
|
||||||
31 Oct 2007; Roy Marples <uberlord@gentoo.org>:
|
31 Oct 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
@ -371,6 +371,7 @@ ${config}"
|
|||||||
|
|
||||||
config_index=0
|
config_index=0
|
||||||
for cmd in ${fallback}; do
|
for cmd in ${fallback}; do
|
||||||
|
eval fallback_${config_index}="'${cmd}'"
|
||||||
config_index=$((${config_index} + 1))
|
config_index=$((${config_index} + 1))
|
||||||
done
|
done
|
||||||
# Terminate the list
|
# Terminate the list
|
||||||
|
Loading…
Reference in New Issue
Block a user