From: grimreaper Date: Sat, 6 Oct 2012 13:00:40 +0000 (-0300) Subject: There is nothing bash specific here X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d51d784f85575e58296f127edef1cbabdf5aabaa;p=youtube-dl There is nothing bash specific here /bin/bash is always wrong. Since there is nothing bash specific here, switch to /bin/sh --- diff --git a/devscripts/release.sh b/devscripts/release.sh index 75f8ec8eb..963a6c22b 100755 --- 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"