git switch does not take commits

This commit is contained in:
BtbN
2020-09-03 17:02:15 +02:00
parent b87c78bae4
commit d942c3164d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ffbuild_dockerstage() {
ffbuild_dockerbuild() {
git clone "$X264_REPO" x264 || return -1
pushd x264
git switch "$X264_COMMIT" || return -1
git checkout "$X264_COMMIT" || return -1
local myconf=(
--disable-cli