1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/worldtools/files/patch-witw
Stefan Walter 4e754778fd Add a patch to avoid cluttered screen on >= 6.x.
PR:		99910
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	maintainer timeout (3 weeks)
		arved (mentor)
2006-07-30 11:44:53 +00:00

13 lines
235 B
Plaintext

--- whereintheworld.orig Tue Dec 9 23:25:14 2003
+++ whereintheworld Sat Jul 8 10:39:45 2006
@@ -25,7 +25,8 @@
next;
}
if ($inside && /^>>>/) {
- print;
+ chomp;
+ printf "%-70.70s\n", $_;
$lastwasdash = 0;
next;
}