mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 02:19:35 +00:00
fate.sh: Run git-clone quietly
This commit is contained in:
parent
f369b9356c
commit
c58f4069e1
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user