about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-06 22:50:20 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-06 22:50:20 +0100
commit55e286ba553f9a09489834ae7ce5d2fb97147913 (patch)
treebc61293faea43233390b6918e5844e6341badb33
parent9314810243692e02188b3ec4e1ae8a0c48e66e70 (diff)
downloadyoutube-dl-55e286ba553f9a09489834ae7ce5d2fb97147913.tar.gz
youtube-dl-55e286ba553f9a09489834ae7ce5d2fb97147913.tar.xz
youtube-dl-55e286ba553f9a09489834ae7ce5d2fb97147913.zip
read -n is bash-specific
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index cf5784e8c..05c9f8bfd 100755
--- a/devscripts/release.sh
+++ b/devscripts/release.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # IMPORTANT: the following assumptions are made
 # * the GH repo is on the origin remote