Update for: diff: `-999999' option is obsolete; use `-U 999999'
authorshort <>
Tue, 13 Jul 2004 08:53:08 +0000 (08:53 +0000)
committershort <>
Tue, 13 Jul 2004 08:53:08 +0000 (08:53 +0000)
bin/cvsbranchdiff

index b6dcf24..d8a4f3b 100755 (executable)
@@ -18,7 +18,7 @@ function findnice
 }
 (findnice .   ;echo "/") >$t/old
 (findnice "$1"         ) >$t/new
-diff -u999999 $t/old $t/new|sed -e '1,/^@@.*@@$/d' >$t/diff
+diff -999999 $t/old $t/new|sed -e '1,/^@@.*@@$/d' >$t/diff
 if [ "$2" = print ];then
        grep '^[+-]' $t/diff
        exit 0