summaryrefslogtreecommitdiff
path: root/extras/rule_generator
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2008-12-22 12:26:06 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-22 15:05:11 +0100
commitde2dc210e5fa9ad2967c8f315259a69441936141 (patch)
tree765e1ae039246e25bc7d06bb0ab042af27cb46df /extras/rule_generator
parenta8cf7cf2c7b4c41c14508a808b09a5fa9256a024 (diff)
rule_generator: fix enumeration for write_cd_rules
quote +, as it would be taken as a part of the regexp otherwise https://bugzilla.redhat.com/show_bug.cgi?id=477535
Diffstat (limited to 'extras/rule_generator')
-rw-r--r--extras/rule_generator/write_cd_rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/rule_generator/write_cd_rules b/extras/rule_generator/write_cd_rules
index 8de227661d..398cd2737b 100644
--- a/extras/rule_generator/write_cd_rules
+++ b/extras/rule_generator/write_cd_rules
@@ -23,7 +23,7 @@ RULES_FILE="/etc/udev/rules.d/70-persistent-cd.rules"
. /lib/udev/rule_generator.functions
find_next_available() {
- raw_find_next_available "$(find_all_rules 'SYMLINK+=' "$1")"
+ raw_find_next_available "$(find_all_rules 'SYMLINK\+=' "$1")"
}
write_rule() {