function build error
NAME [edit section]
build_error
SYNOPSIS [edit section]
- build_error ["<reason-string>"]
DESCRIPTION [edit section]
This helper function touches the file "build_failed", then aborts the job with the message: "Build failed: $@"This function calls abort_job, and so does not return.
EXAMPLES [edit section]
Here are some sample invocations:build_error "missing patch file: $1"
ENVIRONMENT and ARGUMENTS [edit section]
This function assumes that the current directory is the build directory.
RETURN [edit section]
This function does not return.
SOURCE [edit section]
Located in scripts/functions.sh
SEE ALSO [edit section]