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
Merge pull request
#458
from grimreaper/patch-1
There is nothing bash specific in release.sh, switch to /bin/sh
rtmp_test
Filippo Valsorda
12 years ago
parent
27fec0e3bd
d51d784f85
commit
d64db7409b
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
@ -1,4 +1,4 @@
#!
/bin/
ba
sh
#!/bin/sh
if
[
-z
"
$1
"
]
;
then
echo
"
ERROR: specify version number like this:
$0
1994.09.06
"
;
exit
1
;
fi
version
=
"
$1
"
Write
Preview
Loading…
Cancel
Save