Merge pull request #1407 from containous/glide-sh-push-get-param-to-array
glide.sh: Push argument to GLIDE_ARGS array.
This commit is contained in:
commit
d8c21639f7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ case "${glide_command}" in
|
||||||
usage
|
usage
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
GLIDE_ARGS=("$1" "${GLIDE_ARGS[@]}")
|
GLIDE_ARGS+=("$1")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue