1
0
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:
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);
}
}