Trim more when parsing MANCONFIG directive.
This commit is contained in:
parent
1030a67f5b
commit
a1528c80a5
@ -704,7 +704,7 @@ parse_file() {
|
||||
manlocales="$manlocales:$tstr"
|
||||
;;
|
||||
MANCONFIG*) decho " MANCONFIG" 3
|
||||
trim "${line#MANCONF}"
|
||||
trim "${line#MANCONFIG}"
|
||||
config_local="$tstr"
|
||||
;;
|
||||
# Set variables in the form of FOO_BAR
|
||||
|
Loading…
Reference in New Issue
Block a user