summaryrefslogtreecommitdiffstats
path: root/src/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.sh')
-rw-r--r--src/control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control.sh b/src/control.sh
index a2e2810..489d55b 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -23,7 +23,7 @@ _parse_control_error()
local file="${1}"
local line_nr="${2}"
local msg_id="${3}"
- shift 1
+ shift 3
local file_info=
if [ ${line_nr} -eq 0 ]; then