mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
startkde: correct PATH environment variable check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7c74bc0a9b
commit
2ae829a50a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ fi
|
||||||
trap 'echo GOT SIGHUP' HUP
|
trap 'echo GOT SIGHUP' HUP
|
||||||
|
|
||||||
# in case we have been started with full pathname spec without being in PATH
|
# 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@)
|
qdbus=$(basename @QT_QDBUS_EXECUTABLE@)
|
||||||
else
|
else
|
||||||
qdbus=@QT_QDBUS_EXECUTABLE@
|
qdbus=@QT_QDBUS_EXECUTABLE@
|
||||||
|
|
Loading…
Add table
Reference in a new issue