We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eed30a + 759a904 commit bdf26fcCopy full SHA for bdf26fc
mergetools/meld
@@ -23,7 +23,7 @@ check_meld_for_output_version () {
23
meld_path="$(git config mergetool.meld.path)"
24
meld_path="${meld_path:-meld}"
25
26
- if "$meld_path" --output /dev/null --help >/dev/null 2>&1
+ if "$meld_path" --help 2>&1 | grep -e --output >/dev/null
27
then
28
meld_has_output_option=true
29
else
0 commit comments