mirror of
https://github.com/tests-always-included/mo.git
synced 2026-04-08 00:40:38 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54b2184b70 | ||
|
|
84d17268c9 |
4
mo
4
mo
@@ -155,7 +155,7 @@ mo() (
|
||||
moSource="${arg#-s=}"
|
||||
fi
|
||||
|
||||
if [[ -f "$moSource" ]]; then
|
||||
if [[ -e "$moSource" ]]; then
|
||||
# shellcheck disable=SC1090
|
||||
. "$moSource"
|
||||
else
|
||||
@@ -1949,7 +1949,7 @@ mo::tokenizeTagContentsSingleQuote() {
|
||||
|
||||
# Save the original command's path for usage later
|
||||
MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}"
|
||||
MO_VERSION="3.0.2"
|
||||
MO_VERSION="3.0.3"
|
||||
|
||||
# If sourced, load all functions.
|
||||
# If executed, perform the actions as expected.
|
||||
|
||||
@@ -93,7 +93,7 @@ This is open source! Please feel free to contribute.
|
||||
|
||||
https://github.com/tests-always-included/mo
|
||||
|
||||
MO_VERSION=3.0.2
|
||||
MO_VERSION=3.0.3
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user