|
 |
0ceef74 |
--- a2ps-4.13/contrib/pdiff.in.U 2005-05-05 12:46:05.000000000 +0100
|
|
 |
0ceef74 |
+++ a2ps-4.13/contrib/pdiff.in 2005-05-05 12:47:34.000000000 +0100
|
|
 |
0ceef74 |
@@ -182,7 +182,7 @@
|
|
 |
0ceef74 |
# We need the total number of lines
|
|
 |
0ceef74 |
lines=`wc -l $file1 $file2 | sed -n 3p`
|
|
 |
0ceef74 |
lines=`set -- $lines && echo $1`
|
|
 |
0ceef74 |
- $diff_prog $diff_options -$lines $file1 $file2 \
|
|
 |
0ceef74 |
+ $diff_prog $diff_options -U$lines $file1 $file2 \
|
|
 |
0ceef74 |
| $a2ps -gEudiff $a2ps_options || exit 1
|
|
 |
0ceef74 |
;;
|
|
 |
0ceef74 |
esac
|
|
 |
0ceef74 |
--- a2ps-4.13/contrib/pdiff.m4.U 2005-05-05 12:47:54.000000000 +0100
|
|
 |
0ceef74 |
+++ a2ps-4.13/contrib/pdiff.m4 2005-05-05 12:53:10.000000000 +0100
|
|
 |
0ceef74 |
@@ -100,7 +100,7 @@
|
|
 |
0ceef74 |
# We need the total number of lines
|
|
 |
0ceef74 |
lines=`wc -l $file1 $file2 | sed -n 3p`
|
|
 |
0ceef74 |
lines=`set -- $lines && echo $1`
|
|
 |
0ceef74 |
- $diff_prog $diff_options -$lines $file1 $file2 \
|
|
 |
0ceef74 |
+ $diff_prog $diff_options -U$lines $file1 $file2 \
|
|
 |
0ceef74 |
| $a2ps -gEudiff $a2ps_options || exit 1
|
|
 |
0ceef74 |
;;
|
|
 |
0ceef74 |
esac
|