Use bash for init/prebuild, not sh

This commit is contained in:
Ciaran Gultnieks 2013-06-04 22:38:44 +01:00
parent 6b269ac644
commit 9ff536eae6
2 changed files with 4 additions and 2 deletions

View file

@ -789,6 +789,8 @@ insert literal commas, or as the last character on a line to join that
line with the next. It has no special meaning in other contexts; in
particular, literal backslashes should not be escaped.
The command runs using bash.
Note that nothing should be build during this prebuild phase - scanning
of the code and building of the source tarball, for example, take place
after this. For custom actions that actually build things, use 'build'