missing >/dev/null for a which statement
This commit is contained in:
parent
be6fd760f1
commit
2e96d75364
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ fi
|
|||
# Run XDG autostart things. By default don't run anything desktop-specific
|
||||
# See xdg-autostart --help more info
|
||||
DESKTOP_ENV=""
|
||||
if which xdg-autostart; then
|
||||
if which xdg-autostart >/dev/null; then
|
||||
xdg-autostart $DESKTOP_ENV
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue