mirror of
https://github.com/tests-always-included/mo.git
synced 2025-05-14 06:56:30 +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=}"
|
moSource="${arg#-s=}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f "$moSource" ]]; then
|
if [[ -e "$moSource" ]]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "$moSource"
|
. "$moSource"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user