various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
This commit is contained in:
parent
d71c11d993
commit
295af30993
25 changed files with 119 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
envvars() {
|
||||
# shellcheck disable=SC1091
|
||||
[ -f /etc/profile ] && . /etc/profile
|
||||
|
@ -84,6 +85,10 @@ startdwm() {
|
|||
}
|
||||
|
||||
xinit() {
|
||||
# include common definitions
|
||||
# shellcheck source=scripts/core/sxmo_common.sh
|
||||
. "$(dirname "$0")/sxmo_common.sh"
|
||||
|
||||
envvars
|
||||
setupxdgdir
|
||||
xdefaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue