# HG changeset patch # User Augie Fackler # Date 1270584661 18000 # Node ID 88ba320ffe7d660ec23b6d4e665035d3d54ddef6 # Parent 4481fb6c3dfe00ab76ea82318ff1a25fac4a0251 opendiff-w: exit with error if filemerge is not properly installed diff --git a/unixSoft/bin/opendiff-w b/unixSoft/bin/opendiff-w --- a/unixSoft/bin/opendiff-w +++ b/unixSoft/bin/opendiff-w @@ -1,2 +1,2 @@ #!/bin/sh -opendiff "$@" | cat +opendiff "$@" | cat || exit 1