(file) Return to makepatch CVS log (file) (dir) Up to [OMI] / omi / scripts

1 krisbash 1.1 #!/bin/sh
2              
3              if [ "$#" != 1 ]; then
4                  echo "Usage: $0 PATCHFILE"
5                  exit 1
6              fi
7              
8              cvs diff -NaU 7 > $1

ViewCVS 0.9.2