1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 08:57:07 -05:00

Merge pull request #458 from grimreaper/patch-1

There is nothing bash specific in release.sh, switch to /bin/sh
This commit is contained in:
Filippo Valsorda
2012-10-09 01:16:40 -07:00

View File

@@ -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"