We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e91ab commit 3e645f7Copy full SHA for 3e645f7
scripts.d/50-xvid.sh
@@ -9,7 +9,7 @@ ffbuild_enabled() {
9
}
10
11
ffbuild_dockerdl() {
12
- echo "retry-tool sh -c \"rm -rf xvid && svn checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
+ echo "retry-tool sh -c \"rm -rf xvid && svn --non-interactive checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
13
14
15
ffbuild_dockerbuild() {
0 commit comments