Update Marlin+Github helper scripts
This commit is contained in:
@ -9,7 +9,9 @@
|
||||
# any permanent changes to 'master'.
|
||||
#
|
||||
|
||||
MFINFO=$(mfinfo "$@") || exit
|
||||
[[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }
|
||||
|
||||
MFINFO=$(mfinfo "$@") || exit 1
|
||||
IFS=' ' read -a INFO <<< "$MFINFO"
|
||||
ORG=${INFO[0]}
|
||||
FORK=${INFO[1]}
|
||||
|
Reference in New Issue
Block a user