udevinfo: do not replace chars when printing ATTR== matches

This commit is contained in:
Kay Sievers 2008-04-07 01:57:31 +02:00
parent 8c1711dcd0
commit 573bdd7e75

View file

@ -83,7 +83,6 @@ static void print_all_attributes(const char *devpath, const char *key)
continue;
}
replace_chars(value, ALLOWED_CHARS_INPUT);
printf(" %s{%s}==\"%s\"\n", key, dent->d_name, value);
}
}