Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
6c2741ce
Unverified
Commit
6c2741ce
authored
Sep 12, 2019
by
Denver Ogaro
Committed by
GitHub
Sep 12, 2019
Browse files
Rename 'gh-clone' to fix bash error on MacOS
Fixes
https://github.com/matthew-brett/multibuild/issues/259
.
parent
605aa876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
common_utils.sh
View file @
6c2741ce
...
@@ -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
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment