fix #128
This commit is contained in:
parent
5172f13e99
commit
9880e5a899
2
pfetch
2
pfetch
|
@ -1823,7 +1823,7 @@ EOF
|
||||||
# Allow the user to execute their own script and modify or
|
# Allow the user to execute their own script and modify or
|
||||||
# extend pfetch's behavior.
|
# extend pfetch's behavior.
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
. "${PF_SOURCE:-/dev/null}" ||:
|
! [ -x "$PF_SOURCE" ] || . "$PF_SOURCE"
|
||||||
|
|
||||||
# Ensure that the 'TMPDIR' is writable as heredocs use it and
|
# Ensure that the 'TMPDIR' is writable as heredocs use it and
|
||||||
# fail without the write permission. This was found to be the
|
# fail without the write permission. This was found to be the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user