Files
community.general/library
Antti Rasinen 7b8f24adda Make zfs set_property accept values with embedded spaces
Converting the argument list to a string with ' '.join causes
the shell interpreter to misparse spaces in property values.
Since the zfs command does not need shell anywhere, using
a list instead of a string works just as well with run_command. 

Fixes #3545.
2013-07-16 14:01:14 +03:00
..
2013-06-26 15:09:00 -07:00
2013-07-06 22:12:30 +02:00
2013-07-15 13:16:37 -04:00
2013-07-08 14:22:05 -07:00