Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg
Commits:
-
22763ad8
by Josh Triplett at 2020-12-08T00:19:47-08:00
1 changed file:
Changes:
| ... | ... | @@ -65,7 +65,7 @@ OPTIONS="$( |
| 65 | 65 |
cat "$OPTIONFILE"
|
| 66 | 66 |
fi
|
| 67 | 67 |
if [ -d /etc/X11/Xsession.options.d ]; then
|
| 68 |
- run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d
|
|
| 68 |
+ run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d | xargs -d '\n' cat
|
|
| 69 | 69 |
fi
|
| 70 | 70 |
)"
|
| 71 | 71 |
|