Some scripts require bash, e.g. for brace expansion
commit126ffefd81c812eff5946f5414e213106a6eecf8
authorSebastian Schuberth <sschuberth@gmail.com>
Thu, 19 May 2011 17:28:22 +0000 (19 19:28 +0200)
committerSebastian Schuberth <sschuberth@gmail.com>
Sat, 21 May 2011 13:07:09 +0000 (21 15:07 +0200)
treeb08a91c88dbbd49377638f01f273e354dd1b2f66
parent7d2cd40582f90be8567c42a79f826e26ec1a16aa
Some scripts require bash, e.g. for brace expansion

On MSYS, sh defaults to bash, but e.g. on Ubuntu, sh defaults to dash
which does not support brace expansion and $(()), so we need to be
explicit.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
share/WinGit/copy-files.sh
share/WinGit/release.sh