various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# include common definitions
|
||||
# shellcheck source=scripts/core/sxmo_common.sh
|
||||
. "$(dirname "$0")/sxmo_common.sh"
|
||||
|
||||
FETCHENABLED=1
|
||||
|
||||
if [ -f "$XDG_CONFIG_HOME/sxmo/sfeedrc" ]; then
|
||||
|
Reference in New Issue
Block a user