commit | 26293bb3a90f4173b460eb396335987872637c9f | [log] [tgz] |
---|---|---|
author | Tacit Sawk <tacit@kwasticat.com> | 周二 6月 14 10:51:43 2011 +1000 |
committer | Tacit Sawk <tacit@kwasticat.com> | 周二 6月 14 10:51:43 2011 +1000 |
tree | d3f13ed25fef1d084eae2a2df3009a6cb13465be | |
parent | 14bcc58e6843260393afff7214f2cd26cd0418e6 [diff] [blame] |
This script depends on Bash-only features, and so should not be executed with sh.
diff --git a/contrib/gitflow-installer.sh b/contrib/gitflow-installer.sh index 33dbe58..bb803f4 100644 --- a/contrib/gitflow-installer.sh +++ b/contrib/gitflow-installer.sh
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # git-flow make-less installer for *nix systems, by Rick Osborne # Based on the git-flow core Makefile: