youtube-dl

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

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

Improve test skipping functionality

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

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -15,8 +15,9 @@ set -e skip_test=false -if [ "$2" = '--skip-test' ]; then +if [ "$1" = '--skip-test' ]; then skip_test=true + shift fi if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi version="$1"