mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
udevinfo: do not replace chars when printing ATTR== matches
This commit is contained in:
parent
8c1711dcd0
commit
573bdd7e75
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user