Unverified Commit 6c2741ce authored by Denver Ogaro's avatar Denver Ogaro Committed by GitHub
Browse files

Rename 'gh-clone' to fix bash error on MacOS

Fixes https://github.com/matthew-brett/multibuild/issues/259.
parent 605aa876
...@@ -91,7 +91,7 @@ function is_function { ...@@ -91,7 +91,7 @@ function is_function {
(set +e; $(declare -Ff "$1" > /dev/null) && echo true) (set +e; $(declare -Ff "$1" > /dev/null) && echo true)
} }
function gh-clone { function gh_clone {
git clone https://github.com/$1 git clone https://github.com/$1
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment