aboutsummaryrefslogtreecommitdiff
path: root/devscripts
diff options
context:
space:
mode:
authorgrimreaper <eitan@eitanadler.com>2012-10-06 10:00:40 -0300
committergrimreaper <eitan@eitanadler.com>2012-10-06 10:00:40 -0300
commitd51d784f85575e58296f127edef1cbabdf5aabaa (patch)
tree2074aaa955d3620b594009586ddd103c3fc6a5fe /devscripts
parentaa85963987b610864979cfbcacfa7636a3972309 (diff)
downloadyoutube-dl-d51d784f85575e58296f127edef1cbabdf5aabaa.tar.xz
There is nothing bash specific here
/bin/bash is always wrong. Since there is nothing bash specific here, switch to /bin/sh
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
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"