Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fold at 240 columns instead of 80 (#92)
Browse files Browse the repository at this point in the history
it's now Thursday, merging as is.
  • Loading branch information
pcfe committed Nov 2, 2017
1 parent c4cd264 commit 3ee563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.sh
Expand Up @@ -12,7 +12,7 @@ SRPMBUILD_ERR=6
MODBUILD_ERR=7

function tell() {
echo "${@} [$(date)]" | fold -s
echo "${@} [$(date)]" | fold --spaces --width=240
}

function inform() {
Expand Down

0 comments on commit 3ee563e

Please sign in to comment.