Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-branch --contains=commit
[gitweb.git]
/
git-clone.sh
diff --git
a/git-clone.sh
b/git-clone.sh
index f216f03a77d548f04aba4b64953b66368ce2ef9b..24ad179bbda69ecf68e49896c3c018425b645461 100755
(executable)
--- a/
git-clone.sh
+++ b/
git-clone.sh
@@
-36,7
+36,7
@@
usage() {
exec "$0" -h
}
-eval
`echo "$OPTIONS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?`
+eval
"$(echo "$OPTIONS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"
get_repo_base() {
(