mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Use bash for init/prebuild, not sh
This commit is contained in:
parent
6b269ac644
commit
9ff536eae6
2 changed files with 4 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue