comparison unixSoft/bin/opendiff-w @ 260:26f9c18b588c

opendiff-w: safer sanity check for opendiff
author Augie Fackler <durin42@gmail.com>
date Mon, 16 Aug 2010 11:16:44 -0500
parents 88ba320ffe7d
children
comparison
equal deleted inserted replaced
259:e742cf5a748c 260:26f9c18b588c
1 #!/bin/sh 1 #!/bin/sh
2 opendiff "$@" | cat || exit 1 2 which opendiff || exit 1
3 opendiff "$@" | cat