Commit 24da9eb2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c58f4069'

* commit 'c58f4069':
  fate.sh: Run git-clone quietly
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 8c9d6ee4 c58f4069
......@@ -28,7 +28,7 @@ lock(){
checkout(){
case "$repo" in
file:*|/*) src="${repo#file:}" ;;
git:*) git clone "$repo" "$src" ;;
git:*) git clone --quiet "$repo" "$src" ;;
esac
}
......
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