changeset 197:88ba320ffe7d

opendiff-w: exit with error if filemerge is not properly installed
author Augie Fackler <durin42@gmail.com>
date Tue, 06 Apr 2010 15:11:01 -0500
parents 4481fb6c3dfe
children ccab2fe3a256
files unixSoft/bin/opendiff-w
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/unixSoft/bin/opendiff-w
+++ b/unixSoft/bin/opendiff-w
@@ -1,2 +1,2 @@
 #!/bin/sh
-opendiff "$@" | cat
+opendiff "$@" | cat || exit 1