mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
fate.sh: Run git-clone quietly
This commit is contained in:
parent
f369b9356c
commit
c58f4069e1
@ -28,7 +28,7 @@ lock(){
|
|||||||
checkout(){
|
checkout(){
|
||||||
case "$repo" in
|
case "$repo" in
|
||||||
file:*|/*) src="${repo#file:}" ;;
|
file:*|/*) src="${repo#file:}" ;;
|
||||||
git:*) git clone "$repo" "$src" ;;
|
git:*) git clone --quiet "$repo" "$src" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user