#!/bin/bash # # idiff - call diff with "-x -uw" for case-insensitive comparision. # Used as a wrapper script to get case-insensitive SVN diffs by default # based on the diff-cmd entry in the SVN configuration file. diff -u -w $6 $7