diff options
author | Simon Rettberg | 2019-03-22 12:34:16 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-22 12:34:16 +0100 |
commit | 4811e3ecea58e5918d3597acac580787558df1e0 (patch) | |
tree | 0c4a2735bb795dc986a2dfc8b53147654c741f73 /core | |
parent | [hardware-stats] curl: Retry harder (diff) | |
download | mltk-4811e3ecea58e5918d3597acac580787558df1e0.tar.gz mltk-4811e3ecea58e5918d3597acac580787558df1e0.tar.xz mltk-4811e3ecea58e5918d3597acac580787558df1e0.zip |
[xorg] Remove "set -e"
Diffstat (limited to 'core')
-rwxr-xr-x | core/modules/xorg/data/etc/X11/Xreset | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules/xorg/data/etc/X11/Xreset b/core/modules/xorg/data/etc/X11/Xreset index 3d175a5b..a0f436cd 100755 --- a/core/modules/xorg/data/etc/X11/Xreset +++ b/core/modules/xorg/data/etc/X11/Xreset @@ -7,8 +7,6 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin" -set -e - PROGNAME=Xreset SYSSESSIONDIR=/etc/X11/Xreset.d |