mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 08:08:56 +02:00
Some of them applied only with a fuzz factor. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
20 lines
563 B
Diff
20 lines
563 B
Diff
--- a/htb.init
|
|
+++ b/htb.init
|
|
@@ -458,7 +458,7 @@
|
|
### Load & filter file $HTB_PATH/$1
|
|
htb_filter_file () {
|
|
sed -n "s/#.*//; s/[^a-zA-Z0-9.,;:=/*-_]\+//g; \
|
|
- /^[a-zA-Z0-9]\+=[a-zA-Z0-9.,:;/*-_]\+$/ p" $HTB_PATH/$1
|
|
+ /^[a-zA-Z0-9_]\+=[a-zA-Z0-9.,:;/*-_]\+$/ p" $HTB_PATH/$1
|
|
} # htb_filter_file
|
|
|
|
|
|
@@ -522,7 +522,7 @@
|
|
|
|
htb_filter_file () {
|
|
sed 's/#.*//; s/[^a-zA-Z0-9.,;:=/*-_]\+//g' $HTB_PATH/$1 \
|
|
- | grep '^[a-zA-Z0-9]\+=[a-zA-Z0-9.,;:/*-_]\+$'
|
|
+ | grep '^[a-zA-Z0-9_]\+=[a-zA-Z0-9.,;:/*-_]\+$'
|
|
} # htb_filter_file
|
|
|
|
htb_clsid_chain () {
|