diff options
Diffstat (limited to 'src/oh-gencontrol')
-rw-r--r-- | src/oh-gencontrol | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/oh-gencontrol b/src/oh-gencontrol index 088e0f5..00c1ba2 100644 --- a/src/oh-gencontrol +++ b/src/oh-gencontrol @@ -28,7 +28,8 @@ print_usage() missing_field() { - printf 'oh-gencontrol: ERROR: Missing field "%s" in control file.\n' "${1}" >&2 + printf 'oh-gencontrol: ERROR: Missing field "%s" in control file.\n' \ + "${1}" >&2 exit 2 } |