mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-26 23:56:29 +02:00
Work with symbolic links
This commit is contained in:
parent
68306c4c6d
commit
84d17268c9
2
mo
2
mo
@ -155,7 +155,7 @@ mo() (
|
||||
moSource="${arg#-s=}"
|
||||
fi
|
||||
|
||||
if [[ -f "$moSource" ]]; then
|
||||
if [[ -e "$moSource" ]]; then
|
||||
# shellcheck disable=SC1090
|
||||
. "$moSource"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user