mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4e754778fd
PR: 99910 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (3 weeks) arved (mentor)
13 lines
235 B
Plaintext
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;
|
|
}
|