diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-01-06 22:50:20 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-01-06 22:50:20 +0100 |
commit | 55e286ba553f9a09489834ae7ce5d2fb97147913 (patch) | |
tree | bc61293faea43233390b6918e5844e6341badb33 /devscripts/release.sh | |
parent | 9314810243692e02188b3ec4e1ae8a0c48e66e70 (diff) |
read -n is bash-specific
Diffstat (limited to 'devscripts/release.sh')
-rwxr-xr-x | devscripts/release.sh | 2 |
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 |