Fixing --source to parse the right argument

This is addressing #12
This commit is contained in:
Tyler Akins
2016-12-20 07:27:06 -06:00
parent 410883c85d
commit ecfc973c2f

2
mo
View File

@@ -75,7 +75,7 @@ mo() (
;;
--source=*)
f2source="${1#--source=}"
f2source="${arg#--source=}"
if [[ -f "$f2source" ]]; then
# shellcheck disable=SC1090