diff options
author | David Barksdale <amatus@amatus.name> | 2014-04-16 14:55:52 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-04-16 14:55:52 -0500 |
commit | 4dee204d360ae21688ded1c3615ea59ab5a84a48 (patch) | |
tree | 9bf1242847a3f471ab945441812a29a47c1a9a9e /libexec/build-fetch-git | |
parent | c39bfbc7136f275b989595d86e18a05ec231a439 (diff) |
[fetch-{git,svn}] Fix simple_usage invocation
Diffstat (limited to 'libexec/build-fetch-git')
-rwxr-xr-x | libexec/build-fetch-git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/build-fetch-git b/libexec/build-fetch-git index 371d007..92c7962 100755 --- a/libexec/build-fetch-git +++ b/libexec/build-fetch-git @@ -92,7 +92,7 @@ build_fetch_git() } if test "${BUILDER_CALL_STACK}" = '__main__'; then - simple_usage 'fetch-git' '<url>' + simple_usage 'fetch-git' '<url>' "$@" build_fetch_git "${1}" fi |