This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Correct comparison test
rtmp_test
Philipp Hagemeister
12 years ago
parent
dabcaf3b06
commit
200b388752
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
devscripts/release.sh
+ 1
- 1
devscripts/release.sh
View File
@ -15,7 +15,7 @@
set
-e
skip_test
=
false
if
[
"
$2
"
=
=
'--skip-test'
]
;
then
if
[
"
$2
"
=
'--skip-test'
]
;
then
skip_test
=
true
fi
if
[
-z
"
$1
"
]
;
then
echo
"
ERROR: specify version number like this:
$0
1994.09.06
"
;
exit
1
;
fi
Write
Preview
Loading…
Cancel
Save