startkde: correct PATH environment variable check

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-27 21:09:26 +03:00
parent 7c74bc0a9b
commit 2ae829a50a

View file

@ -14,7 +14,7 @@ fi
trap 'echo GOT SIGHUP' HUP
# in case we have been started with full pathname spec without being in PATH
if [ -n "$PATH " ]; then
if test -n "$PATH" ; then
qdbus=$(basename @QT_QDBUS_EXECUTABLE@)
else
qdbus=@QT_QDBUS_EXECUTABLE@