mocksetup: /unsafe+/hdd -> /quad
[nethome.git] / bin / cvsbranchdiff
index b6dcf24..cf627a3 100755 (executable)
@@ -4,7 +4,7 @@
 
 
 if [ $# = 0 ];then
-       echo 'currendir == CVS (old) version; $1 == dir w/new version; [$2 == "print"]'
+       echo 'currentdir == CVS (old) version; $1 == dir w/new version; [$2 == "print"]'
        exit 1
        fi
 
@@ -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