diff options
-rw-r--r-- | lib/control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh index ed5fa19..ae9db28 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -255,7 +255,7 @@ _ob_parse_control_error() msg_id="${3}" shift 3 - if [ "${line_nr}" -eq 0 ]; then + if [ ${line_nr} -eq 0 ]; then file_info="$(printf '%20s:' "${file}")" else file_info="$(printf '%20s(l%d):' "${file}" "${line_nr}")" |