Files
pkgsrc-ng/devel/cogito/patches/patch-ad
2013-09-26 17:14:40 +02:00

16 lines
381 B
Plaintext

$NetBSD: patch-ad,v 1.1 2006/12/03 22:15:48 rillig Exp $
See PR 35147.
--- cg-commit.orig 2006-09-29 13:58:15.000000000 +0200
+++ cg-commit 2006-12-03 23:01:18.000000000 +0100
@@ -382,7 +382,7 @@ elif [ "$merging" ]; then
fi
for msg in "${msgs[@]}"; do
[ "$written" ] && echo >>"$LOGMSG"
- echo "$msg" | fmt -s >>"$LOGMSG"
+ echo "$msg" | fmt >>"$LOGMSG"
written=1
done