mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
@@
|
|
expression s;
|
|
@@
|
|
- (isempty(s) || streq(s, "-"))
|
|
+ empty_or_dash(s)
|