Silence SC1091
Otherwise https://www.shellcheck.net/ would complain: Line 44: . /etc/os-release ^-- SC1091: Not following: /etc/os-release was not specified as input (see shellcheck -x). See: https://github.com/koalaman/shellcheck/wiki/SC1091
This commit is contained in:
parent
26a285a7e0
commit
ecc76f39ac
1 changed files with 1 additions and 0 deletions
1
toolbox
1
toolbox
|
@ -41,6 +41,7 @@ environment_variables="COLORTERM \
|
|||
XDG_VTNR"
|
||||
fgc=""
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
. /etc/os-release
|
||||
release=$VERSION_ID
|
||||
|
||||
|
|
Loading…
Reference in a new issue