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
No known key found for this signature in database
GPG Key ID: 8F3B8C432F4393BD

2
mo
View File

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