[mythtv-commits] mythtv/master commit: efe385c9a by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Sun Mar 4 05:33:00 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-03T21:14:58-08:00
   Push Date:  2012/03/03 21:32:46 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  efe385c9af62f6d2a9fb597df596bafdb6f56845
   Changeset:  https://github.com/MythTV/mythtv/commit/efe385c9a

Log:

Fix dcraw detection on FreeBSD (old sh, not bash)

hash built-in command was a bashism only. Instead use command -v which is POSIX compliant.
Tested to work with bash and FreeBSD's sh

Modified:

   mythplugins/configure



More information about the mythtv-commits mailing list