youtube-dl

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

commit d64db7409b06c7bc50674c190ae7d5c85045c940
parent 27fec0e3bd042968cacfc2adcd2122f3aff7c572
Author: Filippo Valsorda <filippo.valsorda@gmail.com>
Date:   Tue,  9 Oct 2012 01:16:40 -0700

Merge pull request #458 from grimreaper/patch-1

There is nothing bash specific in release.sh, switch to /bin/sh
Diffstat:
Mdevscripts/release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/sh if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi version="$1"