Skip to content

Run shell scripts with -e (Closes: #1035)

Jochen Sprickerhof requested to merge jspricke/fdroidserver:set_e into master

Make sudo, init prebuild, build and Prepare fields lists and only concatenate them with '; ' before execution. This allows arbitrary commands inside the fileds (even && and ';') as we don't need to split the commands again for rewritemeta.

Merge request reports