chiark / gitweb /
path_id: skip subsystem directory
[elogind.git] / extras / rule_generator / rule_generator.functions
index 14c585a86ae442f2dcfca5785b27471790b6ac79..712ed269e0eaf8ceb9473f7007781878d887a20e 100644 (file)
@@ -92,7 +92,6 @@ find_all_rules() {
        local linkre="$2"
        local match="$3"
 
-       [ -e $RULES_FILE ] || return
        local search='.*[[:space:],]'"$key"'"\('"$linkre"'\)"[[:space:]]*\(,.*\|\\\|\)$'
        echo $(sed -n -e "${match}s/${search}/\1/p" $RO_RULES_FILE $RULES_FILE)
 }