summaryrefslogtreecommitdiffstats
path: root/src/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.sh')
-rw-r--r--src/control.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control.sh b/src/control.sh
index 68ef257..29ad6f8 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -75,7 +75,7 @@ parse_control()
return 0
fi
fi
- IFS=': ' read name value <<-EOF
+ IFS=': ' read name value 0<<-EOF
${line}
EOF
if [ -z "${name}" ]; then
@@ -119,7 +119,7 @@ parse_control()
value="${value}${LF}${line# }"
;;
esac
- done <<-EOF
+ done 0<<-EOF
$(cat -- "${file}")
EOF