youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 200b3887524a859b770d13f73d418635c9bd7751
parent dabcaf3b06c9874295b51109364460be6b38cb8d
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 24 Jun 2013 00:02:49 +0200

Correct comparison test

Diffstat:
Mdevscripts/release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -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