From f8b5c164dbbab9bca6cda5f74ddb294d9027e0fd Mon Sep 17 00:00:00 2001 From: hanbowen Date: Tue, 28 Jun 2022 14:22:57 +0800 Subject: [PATCH] fix compile --- scripts/parse-arguments.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/parse-arguments.sh b/scripts/parse-arguments.sh index 61dba8f..6738b3a 100755 --- a/scripts/parse-arguments.sh +++ b/scripts/parse-arguments.sh @@ -64,8 +64,8 @@ for argument in "$@"; do ;; # Checkout an alternative fork of the FFmpeg's git repository --source-git-origin=*) - SOURCE_URL= "${argument#*=}" - echo ffmpeg url $SOURCE_URL + SOURCE_URL="${argument#*=}" + ;; # Checkout the particular tag in the FFmpeg's git repository --source-git-tag=*) SOURCE_TYPE=GIT_TAG