mbox_saver.SH | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- trn4-4.0-test76.orig/mbox_saver.SH
+++ trn4-4.0-test76/mbox_saver.SH
@@ -28,7 +28,7 @@
if $test "\$5" = 0 -a ! "\$4" = 0 ; then
$echo "Article: \$4 of \$6"
fi
- $tail +\$5c \$1
+ $tail -c +\$5 \$1
$echo ""
$echo ""
$echo "$CTRLA$CTRLA$CTRLA$CTRLA" ) >> \$7
@@ -40,7 +40,7 @@
if $test "\$5" = 0 -a ! "\$4" = 0 ; then
$echo "Article: \$4 of \$6"
fi
- $tail +\$5c \$1 | $sed "s/^[Ff]rom />&/"
+ $tail -c +\$5 \$1 | $sed "s/^[Ff]rom />&/"
$echo ""
$echo "" ) >> \$7
!GROK!THIS!