diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control.sh b/src/control.sh index d06cdbd..bb0c0e6 100644 --- a/src/control.sh +++ b/src/control.sh @@ -146,7 +146,7 @@ parse_control() esac done <<-EOF - $(cat "${file}") + $(cat -- "${file}") EOF # The first blank line above triggers the paragraph end code to |