From 51e57eec660b6520ff37d6f36153fab136840536 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Jun 2014 13:36:45 -0400 Subject: build: Wrap at 72 characters, not 71. --- 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 -- cgit v0.9.1