Skip to content

Commit

Permalink
Tidy up the plugins configure output if you don't have dcraw installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed May 22, 2011
1 parent 13be1c4 commit d10719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/configure
Expand Up @@ -467,7 +467,7 @@ fi

if test "$dcraw" != "no" ; then
dcraw="no"
if test x`which dcraw` != x ; then
if test x`which dcraw 2>/dev/null` != x ; then
dcraw="yes"
fi
fi
Expand Down

0 comments on commit d10719f

Please sign in to comment.