]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop unnecessary listification
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 16 May 2021 11:02:04 +0000 (13:02 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 May 2021 01:24:43 +0000 (10:24 +0900)
units/user/meson.build

index 337a92092dbed68be398822feeef0abb31cc2594..850ac2c297cd972399898cba62e0047f7d3e7ec8 100644 (file)
@@ -24,7 +24,7 @@ units = [
 ]
 
 if conf.get('ENABLE_XDG_AUTOSTART') == 1
-        units += [ 'xdg-desktop-autostart.target', ]
+        units += 'xdg-desktop-autostart.target'
 endif
 
 foreach file : units