Spaces to tabs for consistency. No content change.

This commit is contained in:
Jens Schweikhardt 2023-11-18 16:05:22 +01:00
parent 8703e04009
commit f06fda7ff1
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ stop_boot()
case $1 in case $1 in
# "yes", "true", "on", or "1" # "yes", "true", "on", or "1"
[Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1)
always=true always=true
;; ;;
*) *)
@ -1583,7 +1583,7 @@ load_rc_config_var()
fi fi
eval $(eval '( eval $(eval '(
load_rc_config '$1' >/dev/null; load_rc_config '$1' >/dev/null;
if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
echo '$2'=\'\''${'$2'}\'\''; echo '$2'=\'\''${'$2'}\'\'';
fi fi
)' ) )' )