rspec-expectations/upstream/script/run_build
Executes shell script via alt interpreters
SHA-25664ce95852942575688a847516210b672c6ca44c21eaf1f595181a92eedc792c7
MaleculeH(Po)
Evidence
1#!/bin/bash
2# This file was generated on 2022-09-08T12:42:03+01:00 from the rspec-dev repo.
3# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
5set -e
6source script/functions.sh
7
8# Allow repos to override the default functions and add their own
9if [ -f script/custom_build_functions.sh ]; then
10 source script/custom_build_functions.sh
⋯8 lines