Skip to content

Commit 5369a71

Browse files
committed
Version interference with build script variable
1 parent 8338593 commit 5369a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
VERSION=1.28
7+
SCRIPT_VERSION=1.28
88
CWD=$(pwd)
99
PACKAGES="$CWD/packages"
1010
WORKSPACE="$CWD/workspace"
@@ -194,7 +194,7 @@ usage() {
194194
echo ""
195195
}
196196

197-
echo "ffmpeg-build-script v$VERSION"
197+
echo "ffmpeg-build-script v$SCRIPT_VERSION"
198198
echo "========================="
199199
echo ""
200200

@@ -205,7 +205,7 @@ while (($# > 0)); do
205205
exit 0
206206
;;
207207
--version)
208-
echo "$VERSION"
208+
echo "$SCRIPT_VERSION"
209209
exit 0
210210
;;
211211
-*)

0 commit comments

Comments
 (0)