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:
Debarshi Ray 2019-02-19 14:57:14 +01:00
parent 26a285a7e0
commit ecc76f39ac

View file

@ -41,6 +41,7 @@ environment_variables="COLORTERM \
XDG_VTNR"
fgc=""
# shellcheck disable=SC1091
. /etc/os-release
release=$VERSION_ID