summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-26 13:36:45 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-26 13:36:45 (EDT)
commit51e57eec660b6520ff37d6f36153fab136840536 (patch)
tree9fd6d74a8d4f3d0735606f8273467a1acf86a799 /build
parent05d8e516bc6e8221f622d4fa1185baf1480aba3f (diff)
build: Wrap at 72 characters, not 71.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 9d6ac2c..8ec83f8 100755
--- a/build
+++ b/build
@@ -34,7 +34,7 @@ install: build
"$$(printf '%s' "$${dist_motd_banner}")" \
>base-files.data/etc/motd; \
sed ':l; N; $$!bl; s/\([^\n]\)\n\([^\n]\)/\1 \2/g' src/etc/motd | \
- sed "$(script)" | fold -s -w 72 >>base-files.data/etc/motd; \
+ sed "$(script)" | fold -s -w 73 >>base-files.data/etc/motd; \
for file in /etc/issue; do \
sed "$(script)" "src/$${file}" >"base-files.data/$${file}"; \
done