summaryrefslogtreecommitdiffstats
path: root/lib/changelog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/changelog.sh')
-rw-r--r--lib/changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 606282e..00e8332 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -184,7 +184,7 @@ ob_parse_changelog()
;;
esac
done <<-EOF
- $(cat "${file}")
+ $(cat -- "${file}")
EOF
if [ x"${expect}" != x'next_or_eof' ]; then