mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
Correct comparison test
This commit is contained in:
parent
dabcaf3b06
commit
200b388752
@ -15,7 +15,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
skip_test=false
|
skip_test=false
|
||||||
if [ "$2" == '--skip-test' ]; then
|
if [ "$2" = '--skip-test' ]; then
|
||||||
skip_test=true
|
skip_test=true
|
||||||
fi
|
fi
|
||||||
if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi
|
if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user